Re: SET WITHOUT CLUSTER patch

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: SET WITHOUT CLUSTER patch
Дата
Msg-id 405E776C.5040105@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: SET WITHOUT CLUSTER patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: SET WITHOUT CLUSTER patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SET WITHOUT CLUSTER patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
>>Now, I have to change that relation_expr to qualified_name.  However, 
>>this causes shift/reduce errors. (Due to ALTER TABLE relation_expr SET 
>>WITHOUT OIDS.)
> 
> Well, seems like what you have to do is leave it as relation_expr
> as far as bison is concerned, but test in the C-code action and error
> out if "*" was specified.  (Accepting ONLY seems alright to me.)

Actually, it occurs to me that the SET WITHOUT CLUSTER form CAN recurse.   Should I make it do that, even though the
CLUSTERON form cannot?
 

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_autovacuum next steps
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] UnixWare/CVS Tip/initdb.c needs to use threads