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

From: "Jose' Soares" <jose(at)sferacarta(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: NOTICE: _outNode: don't know how to print type 715
Date: 1998-09-15 11:14:32
Message-ID: 35FE4C18.3CAE1ECA@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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'

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergei Chernev 1998-09-15 12:26:35 recursed transactions ?
Previous Message Kollar Lajos 1998-09-15 11:01:21 insert...

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1998-09-15 11:23:42 Regress results on FreeBSD 2.2.6-RELEASE - RESEND
Previous Message steveoc 1998-09-15 04:18:16 subscribe