Information_schema fixes for sequences and temporary tables

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Information_schema fixes for sequences and temporary tables
Дата
Msg-id 1155944718.4155.53.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Information_schema fixes for sequences and temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Information_schema fixes for sequences and  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
More to come, but these two are probably worth backpatching. Sequences
were not being shown due to the use of lowercase 's' instead of 'S', and
the views were not checking for table visibility with regards to
temporary tables and sequences.

--
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200608181942
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8


Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] selecting large result sets in psql using
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Information_schema fixes for sequences and temporary tables