Re: [SQL] Column name's length - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] Column name's length
Date
Msg-id 21950.928254439@sss.pgh.pa.us
Whole thread Raw
In response to RE: [SQL] Column name's length  ("Pham, Thinh" <tpham@mail.priority.net>)
List pgsql-sql
"Pham, Thinh" <tpham@mail.priority.net> writes:
> I modified the sources as mentioned by Zalman Stern. Compiled and installed
> with no problem. But when i try to connect to the database "template1" or
> try to create another database, it dumped core. Below is the error message:

You will need to do an initdb --- you are making an incompatible change
in the format of the database.  pg_dump with old code, initdb and reload
with new.

Note that NAMEDATALEN is visible to client applications, which probably
means that libpq, psql, etc, will not interoperate across the two
different settings either.  We're talking rebuild from the ground up here.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Data recovery
Next
From: "Pham, Thinh"
Date:
Subject: RE: [SQL] Column name's length