Re: dump and schema

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: dump and schema
Дата
Msg-id 13072.1071505327@sss.pgh.pa.us
обсуждение исходный текст
Ответ на dump and schema  (van Elsacker Frans <fve@atbib.be>)
Ответы Re: dump and schema  (Olivier Hubaut <olivier@scmbb.ulb.ac.be>)
Список pgsql-sql
van Elsacker Frans <fve@atbib.be> writes:
> All my tables (more than 100) have a field datumi of type date default 
> today, as this example:
> CREATE TABLE tabel (
>      ....
>      datumi date DEFAULT 'today',
>      ....
> );

This does not work anymore in PG 7.4.  You need something like
datumi date DEFAULT CURRENT_DATE,
        regards, tom lane


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

Предыдущее
От: van Elsacker Frans
Дата:
Сообщение: dump and schema
Следующее
От: pginfo
Дата:
Сообщение: Re: Interest IN problem on 7.4