| From: | "Jose' Soares" <jose(at)sferacarta(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: NOTICE: _outNode: don't know how to print type 715 |
| Date: | 1998-09-17 13:31:58 |
| Message-ID: | 36010F4E.41B5724D@sferacarta.com |
| Views: | Whole Thread | Raw Message | 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 ?
Thank you,
Jose'
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-09-17 15:57:05 | Re: [GENERAL] Re: NOTICE: _outNode: don't know how to print type 715 |
| Previous Message | Gerardo Gallardo | 1998-09-17 13:24:00 | PostgreSQL capacity ? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brook Milligan | 1998-09-17 14:23:24 | Re: [HACKERS] union regression test |
| Previous Message | Sferacarta Software | 1998-09-17 08:34:51 | Odbc parser error |