Another one I thought should work...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Another one I thought should work...
Date: 1998-02-20 05:12:32
Message-ID: Pine.BSF.3.96.980220011141.226r-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Backend crashes on this one too...?

CREATE TABLE projects (
pid INT NOT NULL PRIMARY KEY,
ppid INT,
grp VARCHAR(10),
o_date INT,
o_tech VARCHAR(10),
sc_date INT,
c_date INT,
c_tech VARCHAR(5),
currtech VARCHAR(10),
state VARCHAR(1),
status VARCHAR(1),
priority INT,
c_name VARCHAR(20),
c_phone VARCHAR(20),
problem VARCHAR(100),
summary VARCHAR(80)
) \g

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brett McCormick 1998-02-20 05:26:14 Re: [HACKERS] Who is everyone?
Previous Message The Hermit Hacker 1998-02-20 04:58:08 odd error creating index in -current...