Information_schema fixes for sequences and temporary tables

From: Greg Sabino Mullane <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Information_schema fixes for sequences and temporary tables
Date: 2006-08-18 23:45:18
Message-ID: 1155944718.4155.53.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)turnstep(dot)com
End Point Corporation
PGP Key: 0x14964AC8 200608181942
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

Attachment Content-Type Size
information_schema.sql.patch text/x-patch 4.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-08-18 23:47:39 Re: Windows 2000 Support
Previous Message andrew 2006-08-18 22:27:23 Re: [PATCHES] plpython improvements

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-19 01:50:03 Re: Information_schema fixes for sequences and temporary tables
Previous Message andrew 2006-08-18 22:27:23 Re: [PATCHES] plpython improvements