Re: [BUGS] BUG #2428: ERROR: out of memory, running INSERT SELECT statement

2006-05-10 Thread Casey Duncan
On May 9, 2006, at 9:09 PM, Tom Lane wrote: "Casey Duncan" <[EMAIL PROTECTED]> writes: CREATE FUNCTION write_error_trigf() RETURNS trigger AS ' BEGIN RAISE EXCEPTION ''Writes not allowed to this table on this node''; END; ' LANGUAGE plpgsql; END; --Upgrade script You did no

Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-10 Thread Cristiano Duarte
Hi Lars, Lars Haugseth wrote: > * [EMAIL PROTECTED] ("Cristiano da Cunha Duarte") wrote: > | > | 1) PROBLEM: > | > | Explain command does not report the schema of objects, so when using > | objects having the same name but in different schemas, they will apear > | as being the same object. > | > |

Re: [BUGS] BUG #2429: Explain does not report object's schema

2006-05-10 Thread Lars Haugseth
* [EMAIL PROTECTED] ("Cristiano da Cunha Duarte") wrote: | | 1) PROBLEM: | | Explain command does not report the schema of objects, so when using objects | having the same name but in different schemas, they will apear as being the | same object. | | 2) HOW TO REPRODUCE: Don't know whether this wo