Funny questions... - Mailing list pgsql-admin

From Douglas Mayle
Subject Funny questions...
Date
Msg-id 000501c2e46a$f01e5060$0a0310ac@Tablet
Whole thread Raw
List pgsql-admin

I'm trying to upgrade a Postgres 7.0.3 database to something current, and the new version spits out an error when I try and import the data file, complaining that 'invalid' is no longer supported as a timestamp.

The funny thing is, when I try and run a query in psql like "select * from mytable where mydate = 'invalid'" nothing is returned.

When I run a query like "select mydate from mytable where myprimarykey = 5" I get :
mydate
------------
invalid
(1 row)

How can I either update these values with a query, or get the upgrade to work?

 

Doug 

 

pgsql-admin by date:

Previous
From: Justin Clift
Date:
Subject: Re: [pgsql-advocacy] uppercase = lowercase
Next
From: Aspire Something
Date:
Subject: Re: New Interface for Win