Wrong column default values

Поиск
Список
Период
Сортировка
От Andre Rothe
Тема Wrong column default values
Дата
Msg-id db420c9c-2345-4c06-add7-10ea404e4008@g6g2000vbr.googlegroups.com
обсуждение исходный текст
Ответы Re: Wrong column default values  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Hi,

I have installed Postgres 8.3.8 on Fedora Linux and I access it per
JDBC (PostgreSQL 8.1 JDBC3 with SSL (build 407)). If I create a table,
the default values will be set by the database to

NULL::timestamp without time zone

for a timezone column and to

NULL::character varying

for a varchar column. How I can prevent such a behaviour? Both column
defaults should be NULL. Any ideas?

Thanks
Andre

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: OOM on large SELECT
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Wrong column default values