Re: [SQL] Column name's length

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Column name's length
Дата
Msg-id 23795.928272716@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: [SQL] Column name's length  ("Pham, Thinh" <tpham@mail.priority.net>)
Ответы Re: [SQL] Column name's length
Список pgsql-sql
"Pham, Thinh" <tpham@mail.priority.net> writes:
>> 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.

> I did all of those and still it gave me that problem.

Hmm, that probably means that Zalman hasn't found all the dependencies
on NAMEDATALEN after all :-(.  Which version are you using, exactly?

> I just want to minimize the change
> as much as possible w/o touching the frontend.

I think you missed the point I made earlier: this sort of change will
require a frontend recompile because NAMEDATALEN is visible in frontend
apps.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Pham, Thinh"
Дата:
Сообщение: datetime function
Следующее
От: "Robert Chalmers"
Дата:
Сообщение: Standard SQL commands - are they in 6.5?