summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_schema.sgml
AgeCommit message (Expand)Author
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-09-20Fix erroneous documentation about noise word GROUP.Tom Lane
2015-09-22Use gender-neutral language in documentationPeter Eisentraut
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-10-04Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-01-04More minor updates and copy-editing.Tom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-09-01Remove a stray reference to sequences as having tablespaces.Tom Lane
2004-07-12Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well asBruce Momjian
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-01-11Minor documentation improvements.Neil Conway
2004-01-11Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-04-22More editing of reference pages.Peter Eisentraut
2003-02-03Add mention of CURRENT_SCHEMA for object creation.Bruce Momjian
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-04-25Add a reference page for CREATE SCHEMA.Tom Lane