| От | aixssd!darrenk@abs.net (Darren King) |
|---|---|
| Тема | Re: [HACKERS] \d and large objects |
| Дата | |
| Msg-id | 012c8dd0575a26b4524b2e149c34f263 обсуждение исходный текст |
| Список | pgsql-hackers |
> > Currently, \d display all of the tables and indices associated with > large objects. Should \d do that? I find it a bit annoying, but > that's because our database has about a hundred large objects. > > If \d is supposed to do this, how about another command which doesn't > show the large object tables and indices. IMO, \d shouldn't do this the same way that it doesn't show the pg_* system tables. Psql was broken in the filenames it was looking for to exclude large objects from listings. Was looking for "Inv[0-9]+" (Inversion relic?) instead of "xin[xv][0-9]+". Did a 'grep "Inv\["' on the src tree and didn't get any hits, so psql might have been the only place. Patch sent to patches... Darren darrenk@insightdist.com ------------------------------
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера