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

Re: [GENERAL] NULL TIMESTAM problem

2006-03-09 Thread Enrique S�nchez
Thanks Michael. 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 t

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 values(spe

[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.