]> granicus.if.org Git - postgresql/commit
Add pg_get_serial_sequence() function, and cause pg_dump to use it.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jun 2004 17:20:29 +0000 (17:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jun 2004 17:20:29 +0000 (17:20 +0000)
commita0e842d81b435681a46e6dd1e50f14f9967ced37
tree4eb2b2eaf42ff1048c9b942ef206eb005889e682
parentef2880263c95eeb4dc02624fd7fbc0c90edece83
Add pg_get_serial_sequence() function, and cause pg_dump to use it.
This eliminates the assumption that a serial column's sequence will
have the same name on reload that it was given in the original database.

Christopher Kings-Lynne
doc/src/sgml/func.sgml
src/backend/utils/adt/ruleutils.c
src/bin/pg_dump/pg_dump.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h