Re: [SQL] Column name's length

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pham, Thinh" <tpham(at)mail(dot)priority(dot)net>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Column name's length
Date: 1999-06-01 16:27:19
Message-ID: 21950.928254439@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Pham, Thinh" <tpham(at)mail(dot)priority(dot)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

Browse pgsql-sql by date

  From Date Subject
Next Message Pham, Thinh 1999-06-01 16:58:53 RE: [SQL] Column name's length
Previous Message Pham, Thinh 1999-06-01 15:45:29 RE: [SQL] Column name's length