Re: Function problem

From: khan Affan <bawag773(at)gmail(dot)com>
To: Domen Šetar <domen(dot)setar(at)izum(dot)si>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Function problem
Date: 2024-08-13 12:20:29
Message-ID: CAF4emOm-uPxsRvS0rqewF4Q37xXc-4=6WhyQHDhs-6r7e=qEhQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi domen

Check the function definition on both versions. Check the PgBouncer logs
for any errors or warnings related to the function or authentication. This
might provide more insight into what goes wrong during the migration. Also,
review the PostgreSQL logs for any issues related to function execution or
permission problems. Compare user MD5 hashcode in both versions and compare
it some time it update the hash code

postgres=# SELECT 'md5' || md5('test' || 'postgres');

?column?
-------------------------------------

md5633bc3c3d823be2a52d3dff94031e2c2

On Tue, Aug 13, 2024 at 2:57 PM Domen Šetar <domen(dot)setar(at)izum(dot)si> wrote:

> Hi Admins
>
>
>
> I’m using pgbouncer in my postgresql installation. For authorization
> purposese I use function public.lookup (
> https://www.cybertec-postgresql.com/en/pgbouncer-authentication-made-easy/)
> which is defined for each database. Since we upgraded postgresql from V14
> to V16 I have problems when migrating database from one instance to
> another: authentication doesn’t work. I have to drop function and define
> it again on database to make authentication work. Any idea why ?
>
>
>
> Best regards!
>
> [image: izum]
>
> Domen Šetar
> *Computer Systems Support*
> IZUM – Institute of Information Science | Prešernova ulica 17 | 2000
> Maribor | Slovenia
> T: +386 2 25 20 339 | M: +386 41 676 342 | *www.izum.si
> <http://www.izum.si>* | domen(dot)setar(at)izum(dot)si
>
>
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2024-08-13 12:35:02 Re: pg_dump
Previous Message Peter Eisentraut 2024-08-13 12:12:51 Re: No Message "PostgreSQL, contrib, and documentation successfully made. Ready to install."