From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Jonathan Homer <Jonathan_Homer(at)birmingham(dot)gov(dot)uk>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] Re: Postgres improvement |
Date: | 2000-01-20 15:29:22 |
Message-ID: | 200001201529.KAA02547@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 test
Access permissions for database "test"
Relation | Access permissions
----------+--------------------
test | {"=arwR"}
(1 row)
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Don Baccus | 2000-01-20 15:38:38 | Re: [HACKERS] gperf anyone? |
Previous Message | Thomas Lockhart | 2000-01-20 15:28:57 | Re: [HACKERS] A notice for too long names |