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
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.
> |
> |
* [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