summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_domain.sgml
AgeCommit message (Expand)Author
2024-11-01doc: fix ALTER DOMAIN domain_constraint to spell out optionsBruce Momjian
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2018-12-07Doc: document that we expect CHECK constraint conditions to be immutable.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-24Documentation improvements around domain types.Tom Lane
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-04-08doc: Add some markupPeter Eisentraut
2016-08-12Doc: clarify that DROP ... CASCADE is recursive.Tom Lane
2015-03-19doc: ALTER DOMAIN VALIDATE CONSTRAINT can also failBruce Momjian
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-10-13docs: error for adding _validated_ domains for existing usesBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-29Fix indentation of verbatim block elementsPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-11-12Remove unnecessary whitespace in refname elements. This confuses thePeter Eisentraut
2007-05-11Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-10-13Update documentation to reflect the new ALTER OWNER rules for allTom Lane
2005-08-01Documentation for ALTER object SET SCHEMA commands. Also some minorTom Lane
2005-07-14This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway
2005-05-31Tab cleanup for SGML.Bruce Momjian
2005-05-02Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway
2004-11-27Update of conformance information to SQL:2003Peter Eisentraut
2004-03-23Minor SGML improvements.Neil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-01-06ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane
2002-12-06In the examples, I missed changing a few 'column' and 'table' mentionsBruce Momjian
2002-12-06Mark ALTER DOMAIN as supported, fix typo in header.Bruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Add file.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian