BUG #1938: pg_dump mis-intreprets "default now()";

From: "Jeff MacDonald" <jeff(at)interchange(dot)ca>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1938: pg_dump mis-intreprets "default now()";
Date: 2005-10-04 19:29:23
Message-ID: 20051004192923.8662BF11A0@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1938
Logged by: Jeff MacDonald
Email address: jeff(at)interchange(dot)ca
PostgreSQL version: 8.0.3
Operating system: FreeBSD 5.2.1
Description: pg_dump mis-intreprets "default now()";
Details:

Hi,

I did a backup from 7.3.2 using pg_dumpall.

When I did a restore all of my timestamps that were defaulted to now(); were
now defaulted to the time that I piped my dump back into postgres.

Meaning the now() was parsed instead of just being copied.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Jowett 2005-10-04 21:32:55 Re: Bug?: Text after right paren in query is ignored
Previous Message Jim C. Nasby 2005-10-04 16:45:04 Re: BUG #1937: Parts of information_schema only accessible to owner