[COMMITTERS] pgsql-server/doc/src/sgml/ref postgres-ref.sgml

2003-10-28 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 11:01:28

Modified files:
doc/src/sgml/ref: postgres-ref.sgml 

Log message:
Document --describe-config.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/doc/src/sgml/ref postgres-ref.sgml

2003-10-28 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 15:39:18

Modified files:
doc/src/sgml/ref: postgres-ref.sgml 

Log message:
Add --describe-config to top of postgres manual page.


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[COMMITTERS] pgsql-server/doc/src/sgml ddl.sgml

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 16:18:09

Modified files:
doc/src/sgml   : ddl.sgml 

Log message:
Adjust wording to avoid giving the impression that schema USAGE
privilege hides system catalog entries.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[COMMITTERS] pgsql-server/. configure.in configure

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 16:26:51

Modified files:
.  : configure.in configure 

Log message:
Guard against Ant versions that print CLASSPATH before the version number
in -version output.  Per report from Johann Uhrmann.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 17:05:39

Modified files:
src/bin/pg_dump: Tag: REL7_3_STABLE pg_dump.c 

Log message:
Don't choke when the handler for a procedural language is located in
the pg_catalog schema.  Per bug report some months back from Jochem van Dieten.


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[COMMITTERS] pgsql-server/src/bin/pg_dump pg_dump.c

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 17:05:29

Modified files:
src/bin/pg_dump: pg_dump.c 

Log message:
Don't choke when the handler for a procedural language is located in
the pg_catalog schema.  Per bug report some months back from Jochem van Dieten.


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/src/interfaces ecpg/compatlib/Mak ...

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 17:55:58

Modified files:
src/interfaces/ecpg/compatlib: Makefile 
src/interfaces/ecpg/ecpglib: Makefile 
src/interfaces/libpgtcl: Makefile 

Log message:
Include -lkrb5 when needed for shlibs depending on libpq.  Per report
from Johan Henselmans.


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] pgsql-server/src/bin/psql tab-complete.c

2003-10-28 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/28 19:35:52

Modified files:
src/bin/psql   : tab-complete.c 

Log message:
Don't include "schema." in the set of possible tab completions once
"schema." has been typed.  This allows readline to complete subsequent
characters immediately if all relations in the target schema start with
the same prefix.  This actually worked before, but I unintentionally
broke it a few days ago.
Also, make completion schema-aware for GRANT, REVOKE, VACUUM.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings