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 0A70D3A2B28 for ; Fri, 29 Oct 2004 20:41:17 +0100 (BST) 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 50232-10 for ; Fri, 29 Oct 2004 19:41:11 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 256733A3B52 for ; Fri, 29 Oct 2004 20:41:11 +0100 (BST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.1/8.13.1) with ESMTP id i9TJfADf019834; Fri, 29 Oct 2004 15:41:10 -0400 (EDT) To: "Wood, Bruce" Cc: "PostgreSQL Docs" Subject: Re: PREPARE statement example error. In-reply-to: <727B82C682D8E8409BD807B361874F4102208FD3@xcgmd050.northgrum.com> References: <727B82C682D8E8409BD807B361874F4102208FD3@xcgmd050.northgrum.com> Comments: In-reply-to "Wood, Bruce" message dated "Fri, 29 Oct 2004 11:37:21 -0700" Date: Fri, 29 Oct 2004 15:41:10 -0400 Message-ID: <19833.1099078870@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200410/65 X-Sequence-Number: 2634 "Wood, Bruce" writes: > There is an error in your example for the prepare statement on page http://developer.postgresql.org/docs/postgres/sql-prepare.html. Good catch --- none of those quotes should be there. Thanks. regards, tom lane