Re: My first patch! (to \df output)

Поиск
Список
Период
Сортировка
От Phil Sorber
Тема Re: My first patch! (to \df output)
Дата
Msg-id CADAkt-hgT7AVi00CVmJKkjResumYE5JjyBtoGLQjBMuTbuoGtA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: My first patch! (to \df output)  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: My first patch! (to \df output)  (Jon Erdman <postgresql@thewickedtribe.net>)
Re: My first patch! (to \df output)  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On Sat, Dec 29, 2012 at 1:56 PM, Stephen Frost <sfrost@snowman.net> wrote:
> * Jon Erdman (postgresql@thewickedtribe.net) wrote:
>> Oops! Here it is in the proper diff format. I didn't have my env set up correctly :(
>
> No biggie, and to get the bike-shedding started, I don't really like the
> column name or the values.. :)  I feel like something clearer would be
> "Runs_As" with "caller" or "owner"..  Saying "Security" makes me think
> of ACLs more than what user ID the function runs as, to be honest.
>
> Looking at the actual patch itself, it looks like you have some
> unecessary whitespace changes included..?
>
>         Thanks!
>
>                 Stephen

Stephen, I think Jon's column name and values make a lot of sense.
That being said, I do agree with your point of making it clearer for
the person viewing the output, I just don't know if it would be
confusing when they wanted to change it or were trying to understand
how it related.

Agree on the extra spaces in the docs.

Jon, I think you inserted your changes improperly in the docs. The
classifications apply to the type, not to security.

Also, you need to use the %s place holder and the gettext_noop() call
for your values as well as your column name.

Compiles and tests ok. Results look as expected.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: could not create directory "...": File exists
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Contrib PROGRAM problem