Re: [HACKERS] Are we losing momentum?
От
Rod Taylor
Тема
Re: [HACKERS] Are we losing momentum?
Дата
Msg-id
1054436929.11968.77.camel@jester
Ответ на
Re: [HACKERS] Are we losing momentum? (Tom Lane)
Список
Дерево обсуждения
Re: ISO 8601 'Time Intervals' of the 'format with time-unit deignators' Randolf Richardson <rr@8x.ca>
Re: ISO 8601 'Time Intervals' of the 'format with time-unit Bruce Momjian <pgman@candle.pha.pa.us>
> It would also be interesting to combine this with Rod's idea of driving > describe-type queries by table instead of hardwired code. Imagine that > the backend's "show foo" command first looks for "foo" as a GUC > variable, as it does now, but upon failing to find one it looks in a > system table for a query associated with the name "foo". If it finds > such a query, it runs it and sends back the result. Now, not only can > we emulate "show tables", but people can easily add application-specific > "show whatever" commands, which seems tremendously cool. Easy enough to accomplish for the most part. I suppose the most difficult part is whether we support arbitrary syntax? SHOW INDEXES ON TABLE ; SHOW TABLES; SHOW DATABASES; SHOW COLUMNS FROM
В списке pgsql-patches по дате отправления