Re: Add pg_get_acl() function get the ACL for a database object

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Joel Jacobson <joel(at)compiler(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add pg_get_acl() function get the ACL for a database object
Date: 2024-06-19 13:28:37
Message-ID: CAEudQApzU=q7ozYn-fKMBQYb44xkvurjKDZqzafM-qC1WCRLJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qua., 19 de jun. de 2024 às 10:26, Joel Jacobson <joel(at)compiler(dot)org>
escreveu:

> Hi Ranier,
>
> Thanks for looking at this.
>
> I've double-checked the patch I sent, and it works fine.
>
> I think I know the cause of your problem:
>
> Since this is a catalog change, you need to run `make clean`, to ensure
> the catalog is rebuilt,
> followed by the usual `make && make install`.
>
> You also need to run `initdb` to create a new database cluster, with the
> new catalog version.
>
> Let me know if you need more specific instructions.
>
Sorry, sorry but I'm on Windows -> meson.

Double checked with:
ninja clean
ninja
ninja install

best regards,
Ranier Vilela

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2024-06-19 13:30:39 Re: Inconsistency between try_mergejoin_path and create_mergejoin_plan
Previous Message Joel Jacobson 2024-06-19 13:26:03 Re: Add pg_get_acl() function get the ACL for a database object