diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-01 00:28:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-01 00:28:19 +0000 |
commit | 09a9f10e7fac95ba7e184d68be44c007bd54ef02 (patch) | |
tree | 23ee23c9bf7c73fc757bb3cf171a512b1f8c1920 /doc/src/sgml/ref/create_domain.sgml | |
parent | e81c138e18b54e272d917e5e8c4c8ae1b89cd133 (diff) | |
download | postgresql-09a9f10e7fac95ba7e184d68be44c007bd54ef02.tar.gz postgresql-09a9f10e7fac95ba7e184d68be44c007bd54ef02.zip |
Consistenly use colons before '<programlisting>' blocks, where
appropriate.
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 7cd698f83d2..b369e91b19d 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.30 2007/01/31 23:26:03 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.31 2007/02/01 00:28:18 momjian Exp $ PostgreSQL documentation --> @@ -166,7 +166,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is: <para> This example creates the <type>us_postal_code</type> data type and then uses the type in a table definition. A regular expression test - is used to verify that the value looks like a valid US postal code. + is used to verify that the value looks like a valid US postal code: <programlisting> CREATE DOMAIN us_postal_code AS TEXT |