X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id E4E7954B3E for ; Wed, 11 May 2005 10:38:15 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 08564-08 for ; Wed, 11 May 2005 13:38:12 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [64.139.89.126]) by svr1.postgresql.org (Postfix) with ESMTP id 3ED3F53699 for ; Wed, 11 May 2005 10:38:11 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id j4BDath07342; Wed, 11 May 2005 09:36:55 -0400 (EDT) From: Bruce Momjian Message-Id: <200505111336.j4BDath07342@candle.pha.pa.us> Subject: Re: Two points about docs In-Reply-To: To: Vladimir Chukharev Date: Wed, 11 May 2005 09:36:55 -0400 (EDT) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL121 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM1115818615-7570-0_ Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.01 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200505/20 X-Sequence-Number: 2985 --ELM1115818615-7570-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Vladimir Chukharev wrote: > On Tue, 10 May 2005 04:50:16 +0300, Bruce Momjian wrote: > > > Vladimir Chukharev wrote: > >> About the link to the lo_* functions. I thought about adding > >> a sentence to Charpter 9 like 'And functions to manipulate large > >> objects are presented in Charpter 28.' right after the phrase > >> 'Users can also define their own functions and operators, as > >> described in Part V.' > >> > >> Do you think it's suitable? > > > > Not really. We don't mention pg_stat_activity functions either. I > > think people have to realize that some functions are covered in other > > sections of the manual. There is a clearly titled section for large > > objeccts. > > OK, what about writing down this idea? "Not all functions are listed > in this Chapter, some are in other sections of the manual." OK, done. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 --ELM1115818615-7570-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain Content-Disposition: inline; filename="/bjm/diff" Index: doc/src/sgml/func.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.245 diff -c -c -r1.245 func.sgml *** doc/src/sgml/func.sgml 13 Apr 2005 00:20:10 -0000 1.245 --- doc/src/sgml/func.sgml 11 May 2005 13:32:41 -0000 *************** *** 32,38 **** SQL standard. Some of the extended functionality is present in other SQL database management systems, and in many cases this functionality is compatible and ! consistent between the various implementations. --- 32,40 ---- SQL standard. Some of the extended functionality is present in other SQL database management systems, and in many cases this functionality is compatible and ! consistent between the various implementations. This chapter is also ! not exhaustive; additional functions appear in relivant sections of ! the manual. --ELM1115818615-7570-0_--