Re: [PATCHES] Translation updates: pt_BR

2005-05-25 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: This is translation updates for branchs 7.4 and 8.0. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index

Re: [PATCHES] Implementation of SQLSTATE and SQLERRM variables

2005-05-25 Thread Neil Conway
Bruce Momjian wrote: Patch applied. This patch still needs work. I added a documentation mention too. I think the docs need more than just these variables are set when an exception is raised. The patch current resets SQLSTATE and SQLERRM whenever a new block is entered. So: create

Re: [PATCHES] Implementation of SQLSTATE and SQLERRM variables

2005-05-25 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: The second RAISE will report successful completion. Is this the behavior we want? No, certainly not --- I was just griping about the same thing. Is SQLERRM the best name for that variable? It seems a little obscure to me. Oracle uses that name. We had

Re: [PATCHES] [COMMITTERS] pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

2005-05-25 Thread Bruce Momjian
Patch backed out, and new combined version attached. --- Tom Lane wrote: Neil Conway [EMAIL PROTECTED] writes: Tom Lane wrote: Alternatively we could make them local to any block that contains an EXCEPTION clause,

[PATCHES] Remove second argument from textToQualifiedNameList

2005-05-25 Thread Jaime Casanova
Hi, i found out that the function textToQualifiedNameList doesn't use the second argument it receive (caller). i suppose in the past was used and now it is useless, if that is the case here is a patch removing. Or are any reasons to keep that argument? -- regards, Jaime Casanova (DBA: DataBase