pg_dump bug
От | jose soares |
---|---|
Тема | pg_dump bug |
Дата | |
Msg-id | 38353533.B8E39770@sferacarta.com обсуждение исходный текст |
Ответы |
Re: [HACKERS] pg_dump bugu
Re: [HACKERS] pg_dump bug Re: [HACKERS] pg_dump bug |
Список | pgsql-hackers |
Hi, I think I found a bug in pg_dump: I created a table like: CREATE TABLE ut ( Azienda CHAR(16) NOT NULL, ragione_sociale VARCHAR(45) NOT NULL, indirizzo CHAR(40), inizio_attivita DATE DEFAULT CURRENT_DATE, fine_attivita DATE ); and pg_dump modify the structure table as: \connect - postgres 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 "'" Any ideas ? José
В списке pgsql-hackers по дате отправления: