Add a regression test case for \d on an index.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_index.out | modified | +16 −0 |
| src/test/regress/sql/create_index.sql | modified | +2 −0 |