Re: [HACKERS] bug with long serial names - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] bug with long serial names
Date
Msg-id 368918ED.4D2CD1B0@alumni.caltech.edu
Whole thread Raw
In response to bug with long serial names  ("Nat Howard" <Nat.Howard@cello-us.com>)
List pgsql-hackers
> create table a12345678901234567890 ( b1234567890  serial );
> causes this:
> pqReadData() -- backend closed the channel unexpectedly.

I hadn't heard about this. Will look at it. In the meantime, don't do
that :)

The upper limit on names is probably something like
  <table name length> + <column name length> + 5 <= 31
                     - Tom


pgsql-hackers by date:

Previous
From: "Nat Howard"
Date:
Subject: bug with long serial names
Next
From: Carl Riches
Date:
Subject: Re: [GENERAL] Release of 6.4.1 (fwd)