diff options
author | Tom Lane | 2004-06-13 17:51:16 +0000 |
---|---|---|
committer | Tom Lane | 2004-06-13 17:51:16 +0000 |
commit | 27ab2e5d41f028a1df26f6649530ae5c60ff1d4e (patch) | |
tree | 1710287556b86ee510b38df8aaad648ffc85916d | |
parent | da736b79e78af045cfe0d30fa564b876545a5f27 (diff) |
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 368fd95240b..b22e0618db0 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10.2.2 2004/04/22 08:34:13 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10.2.3 2004/06/13 17:51:16 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> |