Re: Could not create a table named "USER" under postgreSQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Could not create a table named "USER" under postgreSQL
Date
Msg-id 2979.1092856053@sss.pgh.pa.us
Whole thread Raw
In response to Could not create a table named "USER" under postgreSQL  (Ying Lu <ying_lu@cs.concordia.ca>)
List pgsql-general
Ying Lu <ying_lu@cs.concordia.ca> writes:
> at the beginning of the data population, we do not know the value of
> "col3"; values for "col3" are input throught GUI. Therefore, when I use
> MySQL, the default values I gave is "0000-00-00".

Use NULL.  That's what it's for.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Could not create a table named "USER" under postgreSQL
Next
From: "Glen Parker"
Date:
Subject: Re: pg_dump feature request: Exclude tables?