What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?

From: Dann Corbit <DCorbit(at)connx(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?
Date: 2011-04-26 18:35:57
Message-ID: 87F42982BF2B434F831FCEF4C45FC33E421F5FDE@EXCHANGE.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I need to know so that I can handle cases like:

Create table foolongcols(
nevermindthefurthermorejustpleadinselfdefense char(5),
nevermindthefurthermorejustpleadguilty char(5)
);

I assume that other object names (table name, function name, etc.) are similarly affected. Is that correct?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2011-04-26 18:43:40 Re: What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?
Previous Message Tom Lane 2011-04-26 18:30:42 Re: Memory leak in FDW