diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-13 17:51:08 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-13 17:51:08 +0000 |
commit | 88961fc45d5b4795efb99bfbae5f3673352cdb76 (patch) | |
tree | 4fd552036b30a5b4fa36cbb9b9b6455bb06aa315 | |
parent | 83db69bebc8998c576a8f79f07db14084074004b (diff) | |
download | postgresql-88961fc45d5b4795efb99bfbae5f3673352cdb76.tar.gz postgresql-88961fc45d5b4795efb99bfbae5f3673352cdb76.zip |
Correct erroneous table title, per Halley Pacheco de Oliveira.
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 0b8c8065945..f1b3b672e1d 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.16 2004/04/22 08:36:48 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.17 2004/06/13 17:51:08 tgl Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -1011,7 +1011,7 @@ </para> <table> - <title><literal>domain_constraints</literal> Columns</title> + <title><literal>data_type_privileges</literal> Columns</title> <tgroup cols="3"> <thead> |