| От | Matthew T. O'Connor |
|---|---|
| Тема | Re: Another small bug (pg_autovacuum) |
| Дата | |
| Msg-id | 1063253023.28079.3.camel@zeutrh9 обсуждение |
| Ответ на | Re: Another small bug (pg_autovacuum) (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Ответы |
Re: Another small bug (pg_autovacuum)
Re: Another small bug (pg_autovacuum) |
| Список | pgsql-hackers |
On Wed, 2003-09-10 at 15:57, Bruce Momjian wrote: > I assume the attached patch is what you want done to fix this. Applied. > > It quotes table names for vacuum and analyze, and uppercases the > keywords for clarity. Yeah, this is basically what I meant, sorry I didn't get to it quicker. However, I tested it out a little and the patch you made doesn't work because it produces commands like: VACUUM ANALYZE "public.FooBar" Which doesn't work, so I made my own patch that creates commands like: VACUUM ANALYZE "public"."FooBar" This allows for mixed case schema names as well as tables. Adam, can you please give this a test as you are the person who caught the bug in the first place. Thanks, Matthew T. O'Connor
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера