Lots of Postgres fixes:
authorRoss Smith II <rossta@users.sf.net>
Sun, 17 Aug 2003 00:46:23 +0000 (00:46 +0000)
committerRoss Smith II <rossta@users.sf.net>
Sun, 17 Aug 2003 00:46:23 +0000 (00:46 +0000)
commit50840472b86d71a07ebda8332c4b1bcd74dab01b
treee15387e10b36d729f7cfbace654286e9f169f8d3
parent4e0241947ec9d6305c58ff63ed300948850813c0
Lots of Postgres fixes:
All the basic types (int,real,string,date,blob,text) and variants (aliases) now work.
Quotes appear around field names in indexes and constraints.
Creates unique index names now.
'
lib/SQL/Translator/Parser/PostgreSQL.pm
lib/SQL/Translator/Producer/PostgreSQL.pm