Re: [HACKERS] Re: Postgres improvement

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: Postgres improvement
Дата
Msg-id 200001201529.KAA02547@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Postgres improvement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > 
> > Hi There,
> > 
> > I am not sure if you are the right person to contact to suggest an improvement.
> > 
> > But he goes....
> > 
> > Can I suggest an improvement to Psql by adding to '/z' which produces the
> > security attributes to the tables etc....
> > 
> > If it can be possible could it also take a parameter of an object ie table?  So
> > rather then hunting and using the scrolling functions of the telnet session to
> > view the list it would be nice to do '/z table1' .
> > 
> > Keep up the good work.
> 
> OK, sent to hackers.  Look what I get in the current sources:
> 
>     test=> \z lkasdf
>     ERROR:  attribute 'rename' not found
> 
> This makes no sense to me.

OK, fixed and sources updated:
test=> \z testAccess permissions for database "test" Relation | Access permissions ----------+-------------------- test
   | {"=arwR"}(1 row)
 


--  Bruce Momjian                        |  http://www.op.net/~candle 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,
Pennsylvania19026
 


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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: COPY problems with psql / libpq
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] gperf anyone?