Re: [HACKERS] Another one I thought should work...

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: lockhart(at)alumni(dot)caltech(dot)edu, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Another one I thought should work...
Date: 1998-02-20 14:52:09
Message-ID: 199802201452.JAA03625@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Works here, my snapshot is from Feb 19.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-20 14:58:09 Re: [HACKERS] Who is everyone?
Previous Message Zeugswetter Andreas SARZ 1998-02-20 14:46:46 triggers, views and rules (not instead)