Re: NOTICE: _outNode: don't know how to print type 715 - Mailing list pgsql-general

From Jose' Soares
Subject Re: NOTICE: _outNode: don't know how to print type 715
Date
Msg-id 36010F4E.41B5724D@sferacarta.com
Whole thread Raw
In response to NOTICE: _outNode: don't know how to print type 715  ("Jose' Soares" <jose@sferacarta.com>)
Responses Re: [GENERAL] Re: NOTICE: _outNode: don't know how to print type 715  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 this message means ?

                     Thank you,
                       Jose'

pgsql-general by date:

Previous
From: "rex"
Date:
Subject: ORDER BY, LIKE !!?
Next
From: Gerardo Gallardo
Date:
Subject: PostgreSQL capacity ?