[DOCS] PostgreSQL 8.0.3 Documentation - Chapter 30. The Information Schema
In 30.29. sql_implementation_info is written: The table sql_information_info ... I couldn't find the table "sql_information_info". I think it shoud be "sql_implementation_info" Regards, Halley __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
Re: [DOCS] PostgreSQL 8.0.3 Documentation - Chapter 30. The Information Schema
On Saturday 27 August 2005 08:37, Halley Pacheco de Oliveira wrote:
> In 30.29. sql_implementation_info is written:
>
> The table sql_information_info ...
>
> I couldn't find the table "sql_information_info". I think it shoud be
> "sql_implementation_info"
>
good catch. I looked around for any other instances of this and didnt find
any... attached is a patch to correct this one.
--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: information_schema.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v
retrieving revision 1.20
diff -c -r1.20 information_schema.sgml
*** information_schema.sgml 28 Dec 2004 22:47:15 - 1.20
--- information_schema.sgml 27 Aug 2005 13:20:22 -
***
*** 3163,3169
sql_implementation_info
!The table sql_information_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;
--- 3163,3169
sql_implementation_info
!The table sql_implementation_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;
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
Re: [DOCS] PostgreSQL 8.0.3 Documentation - Chapter 30. The Information
Patch applied to 8.1 and 8.0.
---
Robert Treat wrote:
> On Saturday 27 August 2005 08:37, Halley Pacheco de Oliveira wrote:
> > In 30.29. sql_implementation_info is written:
> >
> > The table sql_information_info ...
> >
> > I couldn't find the table "sql_information_info". I think it shoud be
> > "sql_implementation_info"
> >
>
> good catch. I looked around for any other instances of this and didnt find
> any... attached is a patch to correct this one.
>
> --
> Robert Treat
> Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
[ Attachment, skipping... ]
>
> ---(end of broadcast)---
> TIP 3: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/docs/faq
--
Bruce Momjian| http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup.| Newtown Square, Pennsylvania 19073
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
