Re: plpgsql and Schemas

From: Rod Taylor <rbt(at)zort(dot)ca>
To:
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plpgsql and Schemas
Date: 2002-07-15 00:39:27
Message-ID: 1026693568.30427.185.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2002-07-14 at 20:36, Rod Taylor wrote:
> I've been running a few functions within schema's. It's annoying that
> everything needs to be qualified as it doesn't allow the functions to be
> moved very easily.
>
>
> Would it be appropriate for the function to have it's own schema as
> pre-pended onto the user path while in the users function?

Thats a weird way of saying 'prepended to the path during function
execution'.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-07-15 01:07:51 Re: PLPGSQL and Exceptions
Previous Message Rod Taylor 2002-07-15 00:37:32 PLPGSQL and Exceptions