Sequences were not being shown due to the use of lowercase 's' instead

Bruce Momjian <bruce@momjian.us>

Commit: 395c8166aa02326e46d70bb60537348a84843fd8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-09-04T21:03:18Z
Releases: 8.2.0
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

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +10 −3