[ic] Does anyone have PGSQL working with IC 5.2?

Rene Hertell interchange-users at hertell.com
Tue Aug 3 05:26:48 EDT 2004


> If anyone has those two working together with any kind
> of AUTO_INCREMENT type of functionality, I'd really
> like to ask you a couple questions about your
> settings.  Please let me know if you do.

this should do it:

Database  news  COLUMN_DEF     "code=SERIAL NOT NULL PRIMARY KEY"
Database  news  AUTO_SEQUENCE  news_code_seq
Database  news  AUTO_NUMBER    1

Rene



More information about the interchange-users mailing list