Bug report?

Поиск
Список
Период
Сортировка
От Sue
Тема Bug report?
Дата
Msg-id 37DCFF35.EF24FD2E@newel.net
обсуждение исходный текст
Список pgsql-bugs
Hello,

As a novice user of PostreSQL, I try to make a backup of my database
regularly.  I used the pg_dump command and found that my dump file is
not what I expected.

I have a column type : last_modified DATE NOT NULL DEFAULT CURRENT_DATE

When I pg_dump this I get the following line in my file :
    "last_modified" date DEFAULT date( 'current'::datetime + '0 sec')
NOT NULL,

When I try to reload the table, it seems to block.  After I change this
line back to what I had originally, it seems to load fine.  Is this
really a bug or am I doing something wrong?

Thank you for your time.

Sincerely,

Sue Harbour

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Running queries on inherited tables
Следующее
От: Michael Richards
Дата:
Сообщение: Re: [BUGS] Running queries on inherited tables