summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_domain.sgml
AgeCommit message (Expand)Author
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2022-12-11Convert domain_in to report errors softly.Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-06-14Doc: clarify the default collation behavior of domains.Tom Lane
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-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
2015-09-11doc: Spell checkingPeter Eisentraut
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-08-25Adjust CREATE DOMAIN example for standard_conforming_strings=on.Robert Haas
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-04-22Make a code-cleanup pass over the collations patch.Tom Lane
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-29Document that NOT NULL domain constraints are not always honored.Bruce Momjian
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-18Easier to translate psql helpPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2007-02-01Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2005-12-25Minor doc tweak: "NOT NULL" is redundant with "SERIAL" in example.Neil Conway
2005-11-04Spellchecking run, final cleanupsPeter Eisentraut
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-09-23Attached patch takes a swing at improving the autovacuum wording inBruce Momjian
2005-09-22Add warning about DOMAINs.Bruce Momjian
2005-05-02Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway
2005-05-01Fix incorrect backslashing in regexp example, per Robert Treat.Tom Lane
2005-01-04More minor updates and copy-editing.Tom Lane
2004-08-08Minor editorialization on example --- I think that the use of dollarTom Lane
2004-08-08This patch adds an example to the CREATE DOMAIN docs.Bruce Momjian
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-04-22More editing of reference pages.Peter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-02-13> > They work the same as table constraints with in-line declaration (noBruce Momjian
2003-01-19This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian
2002-12-12Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane
2002-11-21Fixups for man pagesPeter Eisentraut
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-09-20This patch corrects a minor mis-statement in the CREATE DOMAIN docs,Bruce Momjian