Information_schema fixes for sequences and temporary tables - Mailing list pgsql-patches

From Greg Sabino Mullane
Subject Information_schema fixes for sequences and temporary tables
Date
Msg-id 1155944718.4155.53.camel@localhost.localdomain
Whole thread Raw
Responses 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>)
List 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


Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] selecting large result sets in psql using
Next
From: Tom Lane
Date:
Subject: Re: Information_schema fixes for sequences and temporary tables