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 5C63453491 for ; Sun, 27 Mar 2005 05:48:13 +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 99264-01 for ; Sun, 27 Mar 2005 04:48:03 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 323D253346 for ; Sun, 27 Mar 2005 05:48:02 +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 j2R4lxSR026398; Sat, 26 Mar 2005 23:47:59 -0500 (EST) To: josh@agliodbs.com Cc: pgsql-docs@postgresql.org Subject: Re: Missing doc on expression format for ALTER TABLE In-reply-to: <200503261655.25658.josh@agliodbs.com> References: <200503261655.25658.josh@agliodbs.com> Comments: In-reply-to Josh Berkus message dated "Sat, 26 Mar 2005 16:55:25 -0800" Date: Sat, 26 Mar 2005 23:47:59 -0500 Message-ID: <26397.1111898879@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.006 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200503/20 X-Sequence-Number: 2916 Josh Berkus writes: > ... nowhere in this file (or anywhere else that I can tell) is the syntax for > the USING expression defined. Hm? It says ALTER [ COLUMN ] column TYPE type [ USING expression ] Surely you're not expecting it to repeat the complete syntax for . regards, tom lane