Re: [HACKERS] pg_dump bug

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: jose soares <jose(at)sferacarta(dot)com>, hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] pg_dump bug
Date: 1999-11-19 15:24:52
Message-ID: 38356BC4.BE79F5BF@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I confirm this bug for 6.5.3, Linux

Hmm. I'm running a more-or-less current development tree, and don't
see a problem (on Linux also). Does someone want to track it down??

Although Jose may have marked the line causing a problem, perhaps
someone can more explicitly identify the offending syntax?

- Thomas

> > I think I found a bug in pg_dump:
> > CREATE TABLE "ut" (
> > "azienda" character(16) NOT NULL,
> > "ragione_sociale" character varying(45) NOT NULL,
> > "indirizzo" character(40),
> > "inizio_attivita" date DEFAULT date( 'current'::datetime + '0
> > sec') NOT NULL,
> > "fine_attivita" date);
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > If I try to recreate the table I have this:
> > ERROR: parser: parse error at or near "'"

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-11-19 15:32:54 Re: [HACKERS] Primary key requires SERIAL
Previous Message Gene Sokolov 1999-11-19 15:16:26 Curiously confused query parser.