Re: [HACKERS] Schemas: status report, call for developers
От
Bruce Momjian
Тема
Re: [HACKERS] Schemas: status report, call for developers
Дата
Msg-id
200205260442.g4Q4gwW03949@candle.pha.pa.us
Ответ на
Schemas: status report, call for developers (Tom Lane)
Список
Дерево обсуждения
Re: [HACKERS] Schemas: status report, call for developers Bill Cunningham <billc@ballydev.com>
Re: [HACKERS] Schemas: status report, call for developers Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Bruce Momjian <pgman@candle.pha.pa.us>
Re: [HACKERS] Schemas: status report, call for developers Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Schemas: status report, call for developers "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
Tom Lane wrote: > bar were in my search path, so I should not see them unless I give a > qualified name (eg, "\d foo.mytab" or "\d bar.mytab"). For commands > that accept wildcard patterns, what should happen --- should "\z my*" > find these tables, if they're not in my search path? Is "\z f*.my*" > sensible to support? I dunno yet. I am still reading the thread, but I thought \z mytab should show only the first match, like SELECT * from mytab, and \z *.mytab should show all matching tables in the schema search path. This does make '.' a special character in the psql wildcard character set, but as no one uses '.' in a table name, I think it is OK. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
В списке pgsql-interfaces по дате отправления