Обсуждение: 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'

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)