Fix typo:
sql_information_info -> sql_implementation_info Robert Treat
This commit is contained in:
parent
a1a19bb8fb
commit
338e28e234
@ -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.21 2005/08/27 14:13:21 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user