Another one I thought should work... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Another one I thought should work...
Date
Msg-id Pine.BSF.3.96.980220011141.226r-100000@thelab.hub.org
Whole thread Raw
List 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


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: odd error creating index in -current...
Next
From: Brett McCormick
Date:
Subject: Re: [HACKERS] Who is everyone?