Bruce Momjian <[EMAIL PROTECTED]> writes:
> Peter Eisentraut wrote:
>> The inconsistency is that there is a separate "show permissions" command
>> for tables, but for schemas it's now under "extra information". Now we
>> can't be sure where the permission information for the next object will
>>
With \dp having a schema column, how would we display permissions there?
Access privileges for database "test"
Schema | Name | Type | Access privileges
+--+---+---
public | test | table |
(1 row)
I don't think it makes se
Bruce Momjian wrote:
> Peter Eisentraut wrote:
> > Bruce Momjian wrote:
> > > Log Message:
> > > ---
> > > Have \dn+ show permissions and description for schemas.
> >
> > Did we agree on this? It's now inconsistent with tables and other
> > objects.
>
> No one disagreed that I remember. H
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > Peter Eisentraut wrote:
> > > Bruce Momjian wrote:
> > > > Log Message:
> > > > ---
> > > > Have \dn+ show permissions and description for schemas.
> > >
> > > Did we agree on this? It's now inconsistent with tables and other
> > > objects
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > Log Message:
> > ---
> > Have \dn+ show permissions and description for schemas.
>
> Did we agree on this? It's now inconsistent with tables and other
> objects.
No one disagreed that I remember. How are we inconsistent exactly?
--
Bruce Momjian wrote:
> Log Message:
> ---
> Have \dn+ show permissions and description for schemas.
Did we agree on this? It's now inconsistent with tables and other
objects.
---(end of broadcast)---
TIP 8: explain analyze is your friend
Log Message:
---
Check for existing data directory during the GUI step. This prevents rollback during
execution when initdb fails on existing data directory. Instead show a dialog with the
reason and suggested fixes.
Modified Files:
--
pginst/ca:
pginstca.c (r1.4
Log Message:
---
Initdb integration code.
Only works on Win2000 and newer. There is no "nice check" for that now - it will exit
out with a message about not finding CreateProcessWithLogonW.
Also, rename [EMAIL PROTECTED] to [EMAIL PROTECTED], because that's what it really
does.
Modifie
Log Message:
---
Have \dn+ show permissions and description for schemas.
Dennis Bjorklund
Modified Files:
--
pgsql-server/doc/src/sgml/ref:
psql-ref.sgml (r1.117 -> r1.118)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/ref/psql-ref.