Re: [GENERAL] NULL TIMESTAM problem

2006-03-10 Thread Guy Rouillier
Enrique Sánchez wrote: Hi! I'm new in Postgres. I nedd to fill a database table x from a file With the COPY command an the delimiter '*'. This table has a timestamp null column (I declared like: ' birthday timestamp NULL' ). But when I try to insert NULL values(specified in the file),

[GENERAL] NULL TIMESTAM problem

2006-03-09 Thread Enrique S�nchez
Hi! I'm new in Postgres. I nedd to fill a database table x from a file With the COPY command an the delimiter '*'. This table has a timestamp null column (I declared like: ' birthday timestamp NULL' ). But when I try to insert NULL values(specified in the file), postgres throw an error.

Re: [GENERAL] NULL TIMESTAM problem

2006-03-09 Thread Michael Fuhr
On Thu, Mar 09, 2006 at 12:49:14PM -0600, Enrique Sánchez wrote: I nedd to fill a database table x from a file With the COPY command an the delimiter '*'. This table has a timestamp null column (I declared like: ' birthday timestamp NULL' ). But when I try to insert NULL

Re: [GENERAL] NULL TIMESTAM problem

2006-03-09 Thread Enrique S�nchez
. From: Michael Fuhr [EMAIL PROTECTED] To: Enrique Sánchez [EMAIL PROTECTED] CC: pgsql-general@postgresql.org Subject: Re: [GENERAL] NULL TIMESTAM problem Date: Thu, 9 Mar 2006 12:26:10 -0700 On Thu, Mar 09, 2006 at 12:49:14PM -0600, Enrique Sánchez wrote: I nedd to fill a database table x from a file