Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description

2004-07-13 Thread Tom Lane
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 >>

Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description

2004-07-13 Thread Christopher Kings-Lynne
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

Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description for schemas.

2004-07-13 Thread Peter Eisentraut
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

Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description

2004-07-13 Thread Bruce Momjian
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

Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description

2004-07-13 Thread Bruce Momjian
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? --

Re: [COMMITTERS] pgsql-server: Have \dn+ show permissions and description for schemas.

2004-07-13 Thread Peter Eisentraut
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

[COMMITTERS] pginstaller - pginst: Check for existing data directory during the GUI

2004-07-13 Thread User Mha
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

[COMMITTERS] pginstaller - pginst: Initdb integration code.

2004-07-13 Thread User Mha
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

[COMMITTERS] pgsql-server: Have \dn+ show permissions and description for schemas.

2004-07-13 Thread Bruce Momjian
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.