[PATCHES] Patch for PLPYTHONU - adding TD[relname]

2005-10-05 Thread Sokolov Yura
Excuse my English. Patch allows to get triggers table name in the trigger TD['relname']. Usefull when same trigger function applied to different tables. patch for plpython.c in Postgres 8.1 beta (diff was applied to) works also in Postgres 8.0.3 when placed in the same function (may be different

Re: [PATCHES] Translation updates: pt_BR

2005-10-05 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: Yeah. I'm subscribed. I took a look at it and saw that I can't update older branches. How can we fix it? If you want we could also replicate the older branches in the pgtranslation repository. Is there interest in that? -- Peter Eisentraut

Re: [PATCHES] Translation updates: pt_BR

2005-10-05 Thread Euler Taveira de Oliveira
Hi Peter, If you want we could also replicate the older branches in the pgtranslation repository. Is there interest in that? I think so. At least those branches that are maintained yet. Euler Taveira de Oliveira euler[at]yahoo_com_br

[PATCHES] Fix for file names with spaces

2005-10-05 Thread Bruce Momjian
Sorry, this is the same patch with the proper subject line. --- Bruce Momjian wrote: Patch applied. Thanks. --- Bruce Momjian wrote:

Re: [PATCHES] [HACKERS] Found small issue with OUT params

2005-10-05 Thread Bruce Momjian
Patch applied. Thanks. --- Bruce Momjian wrote: Oh, good, I missed that patch. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 05 October 2005 16:31 To: Dave Page Cc: Bruce Momjian; PostgreSQL-patches Subject: Re: [PATCHES] Fix for file names with spaces Dave Page dpage@vale-housing.co.uk writes: Why does this patch convert '\' to

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Tom Lane
Dave Page dpage@vale-housing.co.uk writes: Why does this patch convert '\' to '\\' and not to '/' ? Because support on Windows for / is somewhat inconsistent outside of the Msys shell. Do we care about that for the purposes that pg_config will be used for? It seems more likely to me that

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 05 October 2005 16:08 To: Bruce Momjian Cc: PostgreSQL-patches; Dave Page Subject: Re: [PATCHES] Fix for file names with spaces Bruce Momjian pgman@candle.pha.pa.us writes: Sorry, this is the same patch with

Re: [PATCHES] cleanup log_disconnections()

2005-10-05 Thread Neil Conway
On Mon, 2005-03-10 at 12:28 -0400, Qingqing Zhou wrote: Ooops, this wording change is inconsistent with Log_connections, so I reverted it. Updated patch is attached. Other inconsistencies: - the patch prints a trailing comma when remote-port is the empty string - the patch separates the

Re: [PATCHES] cleanup log_disconnections()

2005-10-05 Thread Qingqing Zhou
Neil Conway [EMAIL PROTECTED] wrote Other inconsistencies: - the patch prints a trailing comma when remote-port is the empty string - the patch separates the elements of the ereport() line with commas, whereas the original behavior was to use a single space as a separator - the original