[GENERAL] Re: What's WAL

1999-10-21 Thread Christian Rudow
ns : use "Windows And Linux". Good Luck ! Chris -- ~~~~~~~~ Christian Rudow E-Mail: [EMAIL PROTECTED] ThinX networked business servicesStahlrain 10, CH-5200 Brugg

Re: [GENERAL] getting val of serial field after insert

1999-07-09 Thread Christian Rudow
nothing'); Set the sequence value after a COPY FROM: CREATE FUNCTION distributors_id_max() RETURNS INT4 AS 'SELECT max(id) FROM distributors' LANGUAGE 'sql'; BEGIN; COPY distributors FROM 'input_file'; SELECT setval('serial', distributors_

Re: [GENERAL] Empty date field !

1999-07-07 Thread Christian Rudow
> I'm desperately searching how to UPDATE a date-field with an empty > value ? use escape : \N (represents NULL) Chris -- ~~~~ Christian Rudow E-Mail: [EMAIL PROTECTED] ThinX networked business services