diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-01 21:31:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-10-01 21:31:52 +0000 |
commit | 1929a90b6927a81cc5e8a5d566d9f4092ec518bb (patch) | |
tree | 60afef03d16f9c142dfb27d5b224503a009fd5a6 /doc/src | |
parent | e5bbf19659b0e30fde177539b6f8fd81f4274b47 (diff) | |
download | postgresql-1929a90b6927a81cc5e8a5d566d9f4092ec518bb.tar.gz postgresql-1929a90b6927a81cc5e8a5d566d9f4092ec518bb.zip |
Change pg_dump to produce CREATE INDEX commands by using the backend's
pg_get_indexdef() function, rather than reaching into the system catalogs
for itself. This eliminates a fair amount of redundant code. Also,
since I just changed pg_get_indexdef() to suppress display of default
index opclasses, this will mean that 7.2 and later dumps will not mention
opclasses unless they are non-default opclasses. Should make life easier
for future index opclass reorganizations.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions