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

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема Re: Add pg_get_acl() function get the ACL for a database object
Дата
Msg-id CAEudQApzU=q7ozYn-fKMBQYb44xkvurjKDZqzafM-qC1WCRLJA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add pg_get_acl() function get the ACL for a database object  ("Joel Jacobson" <joel@compiler.org>)
Ответы Re: Add pg_get_acl() function get the ACL for a database object
Список pgsql-hackers
Em qua., 19 de jun. de 2024 às 10:26, Joel Jacobson <joel@compiler.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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Joel Jacobson"
Дата:
Сообщение: Re: Add pg_get_acl() function get the ACL for a database object
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Inconsistency between try_mergejoin_path and create_mergejoin_plan