Re: search_path for PL/pgSQL functions partially cached?

From: Jan Behrens <jbe-mlist(at)magnetkern(dot)de>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: search_path for PL/pgSQL functions partially cached?
Date: 2025-01-03 23:23:08
Message-ID: 20250104002308.9ae26a55868adc674ef34d1e@magnetkern.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 4 Jan 2025 00:22:03 +0100
Jan Behrens <jbe-mlist(at)magnetkern(dot)de> wrote:

> ----------------------------------------------------------------
> -- Do I have to fully qualify types and operators from
> -- "myschema" here? Or is it safe to not fully qualify them?
> ----------------------------------------------------------------

This was meant to read:

...from "some_schema" here.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Isaac Morland 2025-01-03 23:36:13 Re: search_path for PL/pgSQL functions partially cached?
Previous Message Jan Behrens 2025-01-03 23:22:03 Re: search_path for PL/pgSQL functions partially cached?