aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_domain.sgml
Commit message (Expand)AuthorAge
* doc: Spell checkingPeter Eisentraut2015-09-10
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Adjust CREATE DOMAIN example for standard_conforming_strings=on.Robert Haas2011-08-25
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document that NOT NULL domain constraints are not always honored.Bruce Momjian2010-05-29
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Minor doc tweak: "NOT NULL" is redundant with "SERIAL" in example.Neil Conway2005-12-25
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Attached patch takes a swing at improving the autovacuum wording inBruce Momjian2005-09-23
* Add warning about DOMAINs.Bruce Momjian2005-09-22
* Add some missing "See Also" entries to the domain-related SQL referenceNeil Conway2005-05-02
* Fix incorrect backslashing in regexp example, per Robert Treat.Tom Lane2005-05-01
* More minor updates and copy-editing.Tom Lane2005-01-04
* Minor editorialization on example --- I think that the use of dollarTom Lane2004-08-08
* This patch adds an example to the CREATE DOMAIN docs.Bruce Momjian2004-08-08
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make the SQL command synopses appear less random.Peter Eisentraut2003-09-22
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* More editing of reference pages.Peter Eisentraut2003-04-22
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* > > They work the same as table constraints with in-line declaration (noBruce Momjian2003-02-13
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Fixups for man pagesPeter Eisentraut2002-11-21
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* This patch corrects a minor mis-statement in the CREATE DOMAIN docs,Bruce Momjian2002-09-20
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06