summaryrefslogtreecommitdiff
path: root/doc/src/sgml/manage-ag.sgml
AgeCommit message (Expand)Author
2024-11-01doc: improve tablespace example query and link to helper funcs.Bruce Momjian
2023-11-13doc: clarify that pg_global can _only_ be used for system tabs.Bruce Momjian
2023-11-03doc: CREATE DATABASE doesn't copy db-level perms. from templateBruce Momjian
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-05-19doc: Properly punctuate "etc."Peter Eisentraut
2021-11-02Doc: clean up some places that mentioned template1 but not template0.Tom Lane
2020-08-22docs: improve description of how to handle multiple databasesBruce Momjian
2020-03-31doc: clarify hierarchy of objects: global, db, schema, etc.Bruce Momjian
2019-11-14Remove the word "virgins" for documentationAlvaro Herrera
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2015-09-22Use gender-neutral language in documentationPeter Eisentraut
2015-09-11doc: Spell checkingPeter Eisentraut
2014-04-19docs: tablespaces cannot be accessed independentlyBruce Momjian
2013-07-31Fix inaccurate description of tablespace.Fujii Masao
2012-08-14In documentation, change "recommendable" to "recommended", perBruce Momjian
2011-04-08Avoid extra whitespace in the arguments of <indexterm>.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-03Proofreading improvements for the Administration documentation book.Bruce Momjian
2009-12-19Adjust some more places in the documentation to match the fact thatTom Lane
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut
2009-05-06Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane
2007-11-08Move NFS section into "Creating Cluster" documentation section becauseBruce Momjian
2007-11-04Document possible problems with NFS tablespaces.Bruce Momjian
2007-11-04Properly indent tablespace SGML section.Bruce Momjian
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-22Update documenation instructions. on how to delete template1.Bruce Momjian
2007-01-20Document that to remove template1, datistemplate must be 'false'.Bruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2005-09-18Fix typo in link label, per Evgeny Gridasov.Tom Lane
2005-08-14Update administrator's guide chapters for ROLEs patch.Tom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-13SGML cleanup: consistently use "endterm" in <xref>s that link to theNeil Conway
2005-01-08Some more small improvements in response to 7.4 interactive docs comments.Tom Lane
2004-12-27More minor updates and copy-editing.Tom Lane
2004-12-13Spell checker runPeter Eisentraut
2004-12-02Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-10-29Minor improvements to the tablespace documentation.Neil Conway
2004-09-30Add an index entry for tablespaces. From Kris Jurka.Neil Conway
2004-08-07Improve markup a little.Tom Lane
2004-08-07Improve tablespace discussion, and bring it up to date with code.Tom Lane
2004-06-21Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane