pgsql: Sequences were not being shown due to the use of lowercase 's' - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Sequences were not being shown due to the use of lowercase 's'
Date
Msg-id 20060904210318.605929FB309@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: The vesrion is now 8.2.0101.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow TRUNCATE when there are any pending after-trigger events