]> granicus.if.org Git - postgresql/commit
When given a nonzero column number, pg_get_indexdef() is only supposed to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Dec 2007 00:23:19 +0000 (00:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Dec 2007 00:23:19 +0000 (00:23 +0000)
commitef6bac332376d3c4d3b8c1954e3c8a8018250d90
tree56e702f05475fa0cb4c7719eee17bc986324a7df
parent1b1f7e977be44b31af0cd15ed4c3435b5f34bb57
When given a nonzero column number, pg_get_indexdef() is only supposed to
print the index key variable or expression for that column.  It was mistakenly
printing ASC/DESC/NULLS FIRST/NULLS LAST decoration too --- and not only for
the target column, but all columns.  Someday we should have an option to
extract that info (and the opclass decoration as well) for a single index
column ... but today is not that day.  Per bug #3829 and subsequent
discussion.
src/backend/utils/adt/ruleutils.c