[GENERAL] nextval, sequences and sequencenames

2001-08-14 Thread Wieger Uffink
because the application I write dynamicly creates new tables, and I have no way of knowing the sequence name before hand. thanks in advance Wieger -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl ---(end of broadcast)-

Re: [GENERAL] Re: nextval, sequences and sequencenames

2001-08-15 Thread Wieger Uffink
27;test.testid' > NOTICE: CREATE TABLE/UNIQUE will create implicit index 'test_testid_key' > for table 'test' > CREATE > > Sequence name becomes __seq > > so if we use the serial datatype to create a column called "xyz" in the > table "

[GENERAL] Error Codes, JDBC, SQLExceptions

2001-08-24 Thread Wieger Uffink
I'd rather use codes. thanks in advance, Wieger -- Wieger Uffink tel: +31 20 428 6868 fax: +31 20 470 6905 web: http://www.usmedia.nl ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-n

Re: [GENERAL] Error Codes, JDBC, SQLExceptions

2001-08-24 Thread Wieger Uffink
hehe thank you for your elaborate though very clear reply :) thanks really Wieger Peter Eisentraut wrote: > > Wieger Uffink writes: > > > I would like to know if postgreSQL propegates any errorcodes at all, > > No. > > -- > Peter Eisentraut [EMAIL PROTECTED