From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_dump and search_path |
Date: | 2019-07-09 14:02:05 |
Message-ID: | 94e28e8c-e5cf-f0b5-a148-43452446d9ec@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 7/8/19 11:48 PM, Igal @ Lucee.org wrote:
> I have a custom search_path:
>
> # show search_path;
> search_path
> ----------------------------------
> "staging, transient, pg_catalog"
> (1 row)
>
> I ran `pg_dump --schema-only` and the only reference in the output to
> search_path is:
>
> SELECT pg_catalog.set_config('search_path', '', false);
>
> Then one of my functions which does not reference the full name of a
> table with its schema fails with "relation [rel-name] does not exist".
Where is this failing?
Do you have the search_path set in the config for the server you are
dumping to?
>
> Is that a bug? I have seen some old posts about this issue but am not
> sure if there is a ticket or why it still is an issue.
>
> Thanks,
>
> Igal Sapir
> Lucee Core Developer
> Lucee.org <http://lucee.org/>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleas Mantzios | 2019-07-09 14:08:44 | Re: SuperUser permission denied when creating table. |
Previous Message | Dave Hughes | 2019-07-09 13:50:57 | Re: SuperUser permission denied when creating table. |