Thread: pgsql: Sequences were not being shown due to the use of lowercase 's'

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

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/backend/catalog:
        information_schema.sql (r1.33 -> r1.34)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql.diff?r1=1.33&r2=1.34)