diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-20 00:23:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-20 00:23:19 +0000 |
commit | ef6bac332376d3c4d3b8c1954e3c8a8018250d90 (patch) | |
tree | 56e702f05475fa0cb4c7719eee17bc986324a7df /src/backend/commands/dbcommands.c | |
parent | 1b1f7e977be44b31af0cd15ed4c3435b5f34bb57 (diff) | |
download | postgresql-ef6bac332376d3c4d3b8c1954e3c8a8018250d90.tar.gz postgresql-ef6bac332376d3c4d3b8c1954e3c8a8018250d90.zip |
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.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions