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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Sequences were not being shown due to the use of lowercase 's'
Дата
Msg-id 20060904210318.605929FB309@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: The vesrion is now 8.2.0101.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Disallow TRUNCATE when there are any pending after-trigger events