Re: [HACKERS] bug with long serial names

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Nat Howard <Nat(dot)Howard(at)cello-us(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] bug with long serial names
Date: 1998-12-29 18:01:17
Message-ID: 368918ED.4D2CD1B0@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Carl Riches 1998-12-29 18:11:01 Re: [GENERAL] Release of 6.4.1 (fwd)
Previous Message Nat Howard 1998-12-29 17:32:20 bug with long serial names