ns : use "Windows And Linux".
Good Luck !
Chris
--
~~~~~~~~
Christian Rudow E-Mail: [EMAIL PROTECTED]
ThinX networked business servicesStahlrain 10, CH-5200 Brugg
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_
> 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