X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id 6E70ED1B4FE for ; Wed, 17 Sep 2003 15:05:56 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 32100-02 for ; Wed, 17 Sep 2003 12:05:20 -0300 (ADT) Received: from fzkmail2.fzk.de (fzkmail2.fzk.de [141.52.27.52]) by svr1.postgresql.org (Postfix) with SMTP id 1539AD1B50E for ; Wed, 17 Sep 2003 12:05:19 -0300 (ADT) Received: FROM resy5.fzk.de BY fzkmail2.fzk.de ; Wed Sep 17 17:05:16 2003 +0200 Received: œby rodos.fzk.de with ESMTP (8.8.6 (PHNE_17135)/8.7.1) id RAA27365 for ; Wed, 17 Sep 2003 17:05:16 +0200 (METDST) Message-ID: <3F68782B.FA15B657@rodos.fzk.de> Date: Wed, 17 Sep 2003 17:05:16 +0200 From: Christoph Haller X-Mailer: Mozilla 4.77 [en] (X11; U; HP-UX B.10.20 9000/780) X-Accept-Language: en MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: About SET SEARCH_PATH Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char 9C hex) in message header 'Received' Received: \234by rodos.fzk.de... ^ X-Archive-Number: 200309/51 X-Sequence-Number: 2007 I'm thinking of introducing schemas within my databases. Reading the doc I've found some stuff which does not seem right. I'm referring to 7.3.4. (1) $PGSQLD/doc/html/functions-misc.html The search path may be altered by a run-time setting. The command to use is SET SEARCH_PATH 'schema'[,'schema']... It should be SET SEARCH_PATH TO schema[,schema]... May be a link to $PGSQLD/doc/html/ddl-schemas.html should be used instead, it has it all right. (2) $PGSQLD/doc/html/sql-set.html This page does not mention the SEARCH_PATH variable at all. Is this intended? Regards, Christoph