Another one I thought should work...
Marc Fournier <scrappy@hub.org>
From: The Hermit Hacker <scrappy@hub.org>
To: pgsql-hackers@postgresql.org
Date: 1998-02-20T05:12:32Z
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@hub.org secondary: scrappy@{freebsd|postgresql}.org