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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a regression test case for \d on an index.
Date: 2013-11-14 15:35:20
Message-ID: E1Vgywy-0001l1-Vc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-11-14 20:27:33 Re: SSL renegotiation
Previous Message Tom Lane 2013-11-14 15:27:30 pgsql: Fix incorrect column name in psql \d code.