]> granicus.if.org Git - postgresql/commit
Add functions pg_start_backup, pg_stop_backup to create backup label
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Aug 2004 20:32:36 +0000 (20:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Aug 2004 20:32:36 +0000 (20:32 +0000)
commit58c41712d55fadd35477b2ec3a02d12eca2bfbf2
treebaa03f635a11d0859072af6c682dd07416a54a57
parenta83c45c4c60d5fc3603896f8d149856dbb20c42d
Add functions pg_start_backup, pg_stop_backup to create backup label
and history files as per recent discussion.  While at it, remove
pg_terminate_backend, since we have decided we do not have time during
this release cycle to address the reliability concerns it creates.
Split the 'Miscellaneous Functions' documentation section into
'System Information Functions' and 'System Administration Functions',
which hopefully will draw the eyes of those looking for such things.
12 files changed:
doc/src/sgml/backup.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/func.sgml
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/show.sgml
src/backend/access/transam/xlog.c
src/backend/postmaster/pgarch.c
src/backend/utils/adt/misc.c
src/include/access/xlog_internal.h
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h