Re: Missing doc on expression format for ALTER TABLE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: josh(at)agliodbs(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Missing doc on expression format for ALTER TABLE
Date: 2005-03-27 04:47:59
Message-ID: 26397.1111898879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Josh Berkus <josh(at)agliodbs(dot)com> 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
<expression>.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jim C. Nasby 2005-03-27 21:20:50 Version information in docs
Previous Message Josh Berkus 2005-03-27 00:55:25 Missing doc on expression format for ALTER TABLE