[PATCHES] Fix for pg_dump -T/-N

2006-08-04 Thread Bruce Momjian
The attached, applied patch fixes a bug in new pg_dump -T/-N handling that was dumping system schemas if these options were used before -n/-t. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +

Re: [PATCHES] patch of libpq-int.h is required of msvc.

2006-08-04 Thread Bruce Momjian
Yes, patch applied. Thanks. --- Hiroshi Saito wrote: Hi Bruce-san. patch of libpq-int.h is required of msvc. I think that this definition changed. cl.exe /nologo /W3 /GX /O2 /MD /I ..\..\include /I

Re: [PATCHES] WIP archive_timeout patch

2006-08-04 Thread Simon Riggs
On Thu, 2006-08-03 at 19:03 +0100, Simon Riggs wrote: On Thu, 2006-08-03 at 13:38 -0400, Tom Lane wrote: Simon Riggs [EMAIL PROTECTED] writes: WIP archive_timeout. All we need to do is add LWLock support to archiver. Thoughts/ideas/hints welcome. Hint: this isn't the archiver's

Re: [PATCHES] Values list-of-targetlists patch for comments (was Re:

2006-08-04 Thread Simon Riggs
On Thu, 2006-08-03 at 10:58 -0400, Tom Lane wrote: Gavin Sherry [EMAIL PROTECTED] writes: Docs and regression tests attached. I've applied the regression tests (with a few additions), but I'm feeling dissatisfied with this approach to documenting VALUES. It seems to be mostly missing the

[PATCHES] log_statement output for protocol prepare/bind/execute

2006-08-04 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: ! (errmsg(statement: [protocol] BIND %s, portal_name))); --- 1452,1460 ! (errmsg(statement: protocol BIND %s [PREPARE: %s], !

Re: [PATCHES] log_statement output for protocol prepare/bind/execute

2006-08-04 Thread Bruce Momjian
Sorry, this is the right patch. --- bruce wrote: Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: ! (errmsg(statement: [protocol] BIND %s, portal_name))); ---

[PATCHES] Fix references in pgcrypto doc

2006-08-04 Thread Michael Fuhr
Fix references to the Options section in the pgcrypto documentation. Should be applied to HEAD and 8.1. -- Michael Fuhr Index: contrib/pgcrypto/README.pgcrypto === RCS file: /projects/cvsroot/pgsql/contrib/pgcrypto/README.pgcrypto,v

Re: [PATCHES] Fix references in pgcrypto doc

2006-08-04 Thread Neil Conway
On Fri, 2006-08-04 at 17:50 -0600, Michael Fuhr wrote: Fix references to the Options section in the pgcrypto documentation. Should be applied to HEAD and 8.1. Applied, thanks. -Neil ---(end of broadcast)--- TIP 1: if posting/reading through

Re: [HACKERS] [PATCHES] log_statement output for protocol

2006-08-04 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I modified the code to store the user statement name in the portal for protocol execute, so I can print the user name at that time. Please forget that and print the portal name. I'm getting tired of repeating it, but: there are two