[PATCHES] has_tablespace_privilege #2

2004-06-27 Thread Christopher Kings-Lynne
Sorry - the last version didn't make all the necessary doc changes. Apply this instead. Chris has_tablespace_privilege2.txt.gz Description: GNU Zip compressed data ---(end of broadcast)--- TIP 6: Have you searched our list archives?

[PATCHES] has_tablespace_privilege

2004-06-27 Thread Christopher Kings-Lynne
This patch adds the missing has_tablespace_privilege set of functions. Has docs. Requires initdb. Chris has_tablespace_privilege.txt.gz Description: GNU Zip compressed data ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to

Re: [PATCHES] typo in runtime.sgml

2004-06-27 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Corrects a wrong filename separation. > Please apply. Done. regards, tom lane ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your

[PATCHES] typo in runtime.sgml

2004-06-27 Thread Alvaro Herrera
Corrects a wrong filename separation. Please apply. -- Alvaro Herrera () You liked Linux a lot when he was just the gawky kid from down the block mowing your lawn or shoveling the snow. But now that he wants to date your daughter, you're not so sure he measures up. (Larry Greenemeier) Index: doc/

[PATCHES] nested xacts: update password file

2004-06-27 Thread Alvaro Herrera
An untested patch to update the password file. Something that bugged me a lot is that I tried to find the format of the file for testing the patch, and I couldn't find anything anywhere in the docs. Apparently the docs for the file were ripped with the docs for the pg_passwd utility when it was r

Re: [PATCHES] plperl patch

2004-06-27 Thread Andrew Dunstan
I wrote: I know it's late in the day, but ... Attached is a patch and 2 replacement files for plperl. The work has been done under the auspices of the plperlng project on pgfoundry. The code (which has been through several iterations) comes from CommandPrompt, and has had some minor editorializ

Re: [PATCHES] [HACKERS] bug in GUC

2004-06-27 Thread Thomas Hallgren
Tom Lane wrote: Alvaro Herrera <[EMAIL PROTECTED]> writes: ... We don't want to elog(ERROR) partway through that process. Especially not in the postmaster, where elog(ERROR) is tantamount to elog(FATAL). (But of course the postmaster shouldn't ever run out of memory anyway...) It's possible that

[PATCHES] plperl patch

2004-06-27 Thread Andrew Dunstan
I know it's late in the day, but ... Attached is a patch and 2 replacement files for plperl. The work has been done under the auspices of the plperlng project on pgfoundry. The code (which has been through several iterations) comes from CommandPrompt, and has had some minor editorializing by me

Re: [PATCHES] Strings not possible to translate

2004-06-27 Thread Dennis Bjorklund
On Sun, 27 Jun 2004, Dennis Bjorklund wrote: > Here is a trivial fix for some error messages that was not translated > before. I've also gotten rid of some cut and paste of strings. That > doesn't always work (like in this case) when translating. And here is the patch also :-) -- /Dennis Björk

[PATCHES] Strings not possible to translate

2004-06-27 Thread Dennis Bjorklund
Here is a trivial fix for some error messages that was not translated before. I've also gotten rid of some cut and paste of strings. That doesn't always work (like in this case) when translating. -- /Dennis Björklund ---(end of broadcast)--- TIP