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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sequences were not being shown due to the use of lowercase 's'
Date: 2006-09-04 21:03:18
Message-ID: 20060904210318.605929FB309@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-09-04 21:15:56 pgsql: Disallow TRUNCATE when there are any pending after-trigger events
Previous Message User Hinoue 2006-09-04 20:51:06 psqlodbc - psqlodbc: The vesrion is now 8.2.0101.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-04 21:04:04 Re: Information_schema fixes for sequences and
Previous Message Stefan Kaltenbrunner 2006-09-04 20:37:30 Re: [COMMITTERS] pgsql: sslinfo contrib module -