aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-27 14:13:31 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-27 14:13:31 +0000
commit9a6f3630cf5ab4221beb574bf222da669f5afa6a (patch)
tree67fb1c8ad438aea15e3bc2caaeb43dc1c7ff6ae1
parent51aebb07c3264aec2048aa3a117ebd25fb2976e0 (diff)
downloadpostgresql-9a6f3630cf5ab4221beb574bf222da669f5afa6a.tar.gz
postgresql-9a6f3630cf5ab4221beb574bf222da669f5afa6a.zip
Fix typo:
sql_information_info -> sql_implementation_info Robert Treat
-rw-r--r--doc/src/sgml/information_schema.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 18cae629983..c4d0d54caff 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.20 2004/12/28 22:47:15 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.20.4.1 2005/08/27 14:13:31 momjian Exp $ -->
<chapter id="information-schema">
<title>The Information Schema</title>
@@ -3163,7 +3163,7 @@ ORDER BY c.ordinal_position;
<title><literal>sql_implementation_info</literal></title>
<para>
- The table <literal>sql_information_info</literal> contains
+ The table <literal>sql_implementation_info</literal> contains
information about various aspects that are left
implementation-defined by the SQL standard. This information is
primarily intended for use in the context of the ODBC interface;