Re: Date data type - Mailing list pgsql-general

From Craig Ringer
Subject Re: Date data type
Date
Msg-id 490EBD5B.5070406@postnewspapers.com.au
Whole thread Raw
In response to Date data type  (Mike Hall <MHall@astc.nt.gov.au>)
List pgsql-general
Mike Hall wrote:

> I'm currently converting an MS Access database to PostgreSQL (version 8.1 as it is the vesion that ships with CentOS
5).

What version of Microsoft Access are you using? I haven't seen this
issue with Access 2007, which I've been forced to use in a recent
project. It actually seems to have some idea what NULL is and use it
vaguely appropriately.

What ODBC driver version are you using?

Is the data type in the linked table shown as being declared of type
DATE too?

What type of field is bound to the linked table? A proper date field, or
a free-form text field? Does it default to null, or to the empty string?

--
Craig Ringer

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Date data type
Next
From: alebu
Date:
Subject: Is there a simple function for copiing cursor data into array?