Re: reloptions with a "namespace" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: reloptions with a "namespace"
Date
Msg-id 3621.1231890507@sss.pgh.pa.us
Whole thread Raw
In response to reloptions with a "namespace"  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: reloptions with a "namespace"  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> This uses a new parse node.

You need at least equalfuncs.c support for that, and outfuncs would be
advisable.

> One possible disadvantage is that a command
> like this works, but does nothing:
> alvherre=# alter table foo set (test.foo = 1);

Uh, why doesn't it throw an error?  We throw error for unrecognized
reloptions in general.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andreas 'ads' Scherbaum
Date:
Subject: Re: Patch for str_numth() in PG 7.4
Next
From: Gregory Stark
Date:
Subject: Re: A single escape required for log_filename