Re: BUG #8154: pg_dump throws error beacause of field called "new".

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8154: pg_dump throws error beacause of field called "new".
Дата
Msg-id 3145.1368455095@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #8154: pg_dump throws error beacause of field called "new".  (willybas@gmail.com)
Ответы Re: BUG #8154: pg_dump throws error beacause of field called "new".
Список pgsql-bugs
willybas@gmail.com writes:
> pg_dump (PostgreSQL) 9.1.9 ends in an error when backing up my db, which
> contains a field called "new".

Works for me:

regression=# create table new (f1 text, new text);
CREATE TABLE
regression=# insert into new (f1, new) values ('1','2');
INSERT 0 1
regression=# copy new(f1,new) to stdout;
1       2

You sure the server is 9.1?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inconsistency between TO_CHAR() and TO_NUMBER()
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Inconsistency between TO_CHAR() and TO_NUMBER()