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