Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jose(at)sferacarta(dot)com (Jose' Soares)
Cc: pgsql-general(at)postgreSQL(dot)org, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715
Date: 1998-09-17 15:59:14
Message-ID: 199809171559.LAA01466@candle.pha.pa.us
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 this message means ?

I retract my comment that this is a bug. I can not reproduce this here.

Perhaps your system tables have gotten messed up somehow.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle | (610) 353-9879(w)
+ If your life is a hard drive, | (610) 853-3000(h)
+ Christ can be your backup. |

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wim Ceulemans 1998-09-17 16:41:29 Re: [GENERAL] PostgreSQL capacity ?
Previous Message Bruce Momjian 1998-09-17 15:57:05 Re: [GENERAL] Re: NOTICE: _outNode: don't know how to print type 715

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Kalchev 1998-09-17 16:48:41 yacc problems
Previous Message Bruce Momjian 1998-09-17 15:57:05 Re: [GENERAL] Re: NOTICE: _outNode: don't know how to print type 715