Fixes for psql describeOneTableDetails

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Fixes for psql describeOneTableDetails
Дата
Msg-id Pine.BSO.4.64.0810081931240.11647@leary.csoft.net
обсуждение исходный текст
Ответы Re: Fixes for psql describeOneTableDetails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Attached are two and a half fixes for problems in psql's 
describeOneTableDetails function.

1) After PQclear(res) we must null res out, so that later error handling 
cleanup doesn't try to PQclear it again.

2) In error cleanup we cannot call printTableCleanup unless we've called 
printTableInit.

3) When describing a sequence it queries the sequence by name and was not 
schema qualifying it which is necessary when describing objects not in the 
search path.  This is still busted because it does not correctly quote the 
identifiers.

Kris Jurka

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [WIP] plpgsql is not translate-aware
Следующее
От: Josh Berkus
Дата:
Сообщение: WITH RECURSIVE ... simplified syntax?