Re: [HACKERS] Another one I thought should work... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Another one I thought should work...
Date
Msg-id Pine.BSF.3.96.980220013737.226v-100000@thelab.hub.org
Whole thread Raw
In response to Re: [HACKERS] Another one I thought should work...  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Responses Re: [HACKERS] Another one I thought should work...  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Fri, 20 Feb 1998, Thomas G. Lockhart wrote:

> > Backend crashes on this one too...?
>
> My 980217 cvs tree does not crash on this.

Ack...wait, that is 3 days old...okay, mine is based on todays CVS...

scrappy=> CREATE TABLE projects (
scrappy->   pid INT NOT NULL PRIMARY KEY,
scrappy->   ppid INT,
scrappy->   grp VARCHAR(10),
scrappy->   o_date INT,
scrappy->   o_tech VARCHAR(10),
scrappy->   sc_date INT,
scrappy->   c_date INT,
scrappy->   c_tech VARCHAR(5),
scrappy->   currtech VARCHAR(10),
scrappy->   state VARCHAR(1),
scrappy->   status VARCHAR(1),
scrappy->   priority INT,
scrappy->   c_name VARCHAR(20),
scrappy->   c_phone VARCHAR(20),
scrappy->   problem VARCHAR(100),
scrappy->   summary VARCHAR(80)
scrappy-> ) \g
NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index projects_pkey
for table projects
NOTICE:  _outNode: don't know how to print type 715
NOTICE:  _outNode: don't know how to print type 715


Bruce, can you try yours?

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] odd error creating index in -current...
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Another one I thought should work...