pgsql: Add a regression test case for \d on an index.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a regression test case for \d on an index.
Дата
Msg-id E1Vgywy-0001l1-Vc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a regression test case for \d on an index.

Previous commit shows the need for this.  The coverage isn't really
thorough, but it's better than nothing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/982b82d6b1fd007b9357ce198d13a55544888534

Modified Files
--------------
src/test/regress/expected/create_index.out |   16 ++++++++++++++++
src/test/regress/sql/create_index.sql      |    2 ++
2 files changed, 18 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect column name in psql \d code.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use a hash table to store current sequence values.