projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a19bb
)
Fix typo:
author
Bruce Momjian
Sat, 27 Aug 2005 14:13:21 +0000
(14:13 +0000)
committer
Bruce Momjian
Sat, 27 Aug 2005 14:13:21 +0000
(14:13 +0000)
sql_information_info -> sql_implementation_info
Robert Treat
doc/src/sgml/information_schema.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/information_schema.sgml
b/doc/src/sgml/information_schema.sgml
index 18cae6299839adb27b16ba1f97d5ba0659115cf0..9f0f08dacbaba09b5cc46a92156087c3ed064546 100644
(file)
--- a/
doc/src/sgml/information_schema.sgml
+++ b/
doc/src/sgml/information_schema.sgml
@@
-1,4
+1,4
@@
-
+
The Information Schema
@@
-3163,7
+3163,7
@@
ORDER BY c.ordinal_position;
sql_implementation_info
- The table
sql_i
nform
ation_info
contains
+ The table
sql_i
mplement
ation_info
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;