Re: Tab completion for view triggers in psql
От | David Fetter |
---|---|
Тема | Re: Tab completion for view triggers in psql |
Дата | |
Msg-id | 20101026015343.GZ1132@fetter.org обсуждение исходный текст |
Ответ на | Re: Tab completion for view triggers in psql (Itagaki Takahiro <itagaki.takahiro@gmail.com>) |
Ответы |
Re: Tab completion for view triggers in psql
|
Список | pgsql-hackers |
On Tue, Oct 26, 2010 at 10:30:49AM +0900, Itagaki Takahiro wrote: > On Tue, Oct 26, 2010 at 5:01 AM, David Fetter <david@fetter.org> wrote: > > Please find attached patch for $subject :) > > Thank you for maintaining psql tab completion, but I'm not sure > whether tgtype is the best column for the purpose. How about > has_table_privilege() to filter candidate relations in > Query_for_list_of_insertables/deleteables/updateables? That's orthogonal to tgtype, as far as I can tell. The tgtype test is to tell whether it's possible for anyone to do the operation on the view, where has_table_privilege, as I understand it, tells whether some particular role that privilege. Shall I send a new patch with that added? Cheers, David. -- David Fetter <david@fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter@gmail.com iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate
В списке pgsql-hackers по дате отправления: