diff options
author | Peter Eisentraut | 2005-11-04 23:14:02 +0000 |
---|---|---|
committer | Peter Eisentraut | 2005-11-04 23:14:02 +0000 |
commit | 39dfbe5791f017d675d68c2c60665a2702bf3df8 (patch) | |
tree | 42ec7156a8eb1d9efd70264b50014ce194c3506c /doc/src/sgml/ref/create_domain.sgml | |
parent | 1630571a040b9bb3a1810b1f1c116df0e8f53939 (diff) |
Spellchecking run, final cleanups
Diffstat (limited to 'doc/src/sgml/ref/create_domain.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_domain.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 0ac449afc6d..db015e15537 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.25 2005/11/01 21:09:50 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.26 2005/11/04 23:14:02 petere Exp $ PostgreSQL documentation --> @@ -58,7 +58,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is: <caution> <para> At present, declaring a function result value as a domain - is pretty dangerous, because none of the PLs enforce domain constraints + is pretty dangerous, because none of the procedural languages enforce domain constraints on their results. You'll need to make sure that the function code itself respects the constraints. In <application>PL/pgSQL</>, one possible workaround is to explicitly cast the result value to the domain type |