Re: Make name optional in CREATE STATISTICS
От | Tom Lane |
---|---|
Тема | Re: Make name optional in CREATE STATISTICS |
Дата | |
Msg-id | 803080.1658548467@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Make name optional in CREATE STATISTICS (Michael Paquier <michael@paquier.xyz>) |
Ответы |
Re: Make name optional in CREATE STATISTICS
|
Список | pgsql-hackers |
Michael Paquier <michael@paquier.xyz> writes: > I have just looked at 83011ce, and got what you've done here. You > have thrown away reindex_target_multitable and added three parts for > SCHEMA, DATABASE and SYSTEM instead with their own options, enforcing > the restriction on CONCURRENTLY at the end of REINDEX SYSTEM in the > parser rather than indexcmds.c. That does not seem like an improvement. In v15: regression=# REINDEX SYSTEM CONCURRENTLY db; ERROR: cannot reindex system catalogs concurrently As of HEAD: regression=# REINDEX SYSTEM CONCURRENTLY db; ERROR: syntax error at or near "CONCURRENTLY" LINE 1: REINDEX SYSTEM CONCURRENTLY db; ^ That is not a very helpful error, not even if the man page doesn't show the syntax as legal. regards, tom lane
В списке pgsql-hackers по дате отправления: