Re: BUG #17535: postgresql-14-orafce 3.22.0-1.pgdg110+1 fails; 3.21.1-1.pgdg110+1 works.

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: dsr(at)randomstring(dot)org, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17535: postgresql-14-orafce 3.22.0-1.pgdg110+1 fails; 3.21.1-1.pgdg110+1 works.
Date: 2022-07-01 16:05:34
Message-ID: CAFj8pRDuvvA2stP9LW=-qfYYbGCZnf=zTFghQJeiS-7NvXfeug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pá 1. 7. 2022 v 16:38 odesílatel PG Bug reporting form <
noreply(at)postgresql(dot)org> napsal:

> The following bug has been logged on the website:
>
> Bug reference: 17535
> Logged by: Dan Ritter
> Email address: dsr(at)randomstring(dot)org
> PostgreSQL version: 14.4
> Operating system: Debian bullseye with packaging from apt.postgresql
> Description:
>
> create extension orafce;
> select trunc(current_timestamp);
>
> produces "trunc does not exist" (user did not provide cut-and-paste error,
> sorry.)
>
> Works on 3.21.1-1.pgdg110+1 , does not work on 3.22.0-1.pgdg110+1
>

It is expected

In older releases some functions from orafce extension was in public or
pg_catalog schema. It was pretty dirty. Now, all functions are in schema
oracle.

please add schema oracle to search_path

like

set search_path to 'orafce, public';
select trunc(current_timestamp);

https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message 396934406@qq.com 2022-07-02 00:29:27 Re: RE: pg15 beta2 bug:cause by logcial replation
Previous Message Tom Lane 2022-07-01 14:48:32 Re: BUG #17536: PostgreSQL 10 initdb with locale de-x-icu fails on Windows Server 2012