NOTICE: _outNode: don't know how to print type 715

Поиск
Список
Период
Сортировка
От Jose' Soares
Тема NOTICE: _outNode: don't know how to print type 715
Дата
Msg-id 35FE4C18.3CAE1ECA@sferacarta.com
обсуждение исходный текст
Список pgsql-general
Hi all,

PostgreSQL gives me a strange message when I try to create a table
with a NOT NULL column.


drop table prova;
DROP
create table prova(
        campo1          INTEGER
        );
CREATE

drop table prova;
DROP
create table prova(
        campo1          INTEGER NOT NULL
        );
NOTICE:  _outNode: don't know how to print type 715
CREATE
\d prova

Table    = prova
+---------------------------+----------------------------------+-------+
|       Field               |              Type                | Length|
+---------------------------+----------------------------------+-------+
| campo1                    | int4 not null                    |     4 |
+---------------------------+----------------------------------+-------+

Does someone knows what that message means ?

                    Thank you,
                      Jose'

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

Предыдущее
От: Kollar Lajos
Дата:
Сообщение: insert...
Следующее
От: "Sergei Chernev"
Дата:
Сообщение: recursed transactions ?