grants gives - Search results in mailing lists
Mailing lists >> pgsql-announce >> Thread
2024-06-10 06:52:58 | ldap2pg 6.1: Postgres 16 unprivileged, hooks and more (Dalibo via PostgreSQL Announce)
grant himself rights he does not have. Also, ldap2pg 6.1 refuses to run without being a superuser on PostgreSQL up to version 15. ldap2pg 6.1 can run with the `CREATEROLE` option on PostgreSQL 16, without
Mailing lists >> pgsql-announce >> Thread
2023-09-14 13:06:36 | PostgreSQL 16 Released! (PostgreSQL Global Development Group)
giving them new ways to gain insights and optimize how they manage their data." PostgreSQL, an innovative data management system known for its reliability and robustness, benefits from over 25 years of open source development
Mailing lists >> pgsql-announce >> Thread
2023-09-12 21:22:23 | New Podcast: Path To Citus Con for developers who love Postgres (Microsoft Azure via PostgreSQL Announce)
Grant Fritchey & Ryan Booz](https:///episodes/my-favorite-ways-to-learn-more-about-postgresql-with-grant-fritchey-and-ryan-booz) * [Ep04: How I got started as a dev and in Postgres with Melanie Plageman & Thomas Munro](https:///episodes/how-i-got-started-as-a-developer-in-postgres) * [Ep03: Why give
Mailing lists >> pgsql-announce >> Thread
2023-05-25 13:08:16 | PostgreSQL 16 Beta 1 Released! (PostgreSQL Global Development Group)
give users the ability to grant privileged access to features without requiring superuser with new [predefined
Mailing lists >> pgsql-announce >> Thread
2022-10-13 13:07:51 | PostgreSQL 15 Released! (PostgreSQL Global Development Group)
gives database administrators more flexibility in how users can manage PostgreSQL configuration, adding the ability to grant
Mailing lists >> pgsql-announce >> Thread
2021-10-24 23:19:49 | PostgreSQL Weekly News - October 24, 2021 (PWN via PostgreSQL Announce)
gives already all the facilities those new tests need, switch to that instead of calling plain psql commands where interactions with a backend are needed. The test is slightly refactored to be able to check
Mailing lists >> pgsql-announce >> Thread
2021-04-12 01:09:07 | PostgreSQL Weekly News - April 11, 2021 (PWN via PostgreSQL Announce)
GRANT that user access to all tables, schemas, et al, without that role being a superuser. This address that by adding a "pg_read_all_data" role which implicitly gives
Mailing lists >> pgsql-announce >> Thread
2021-04-05 12:38:08 | PostgreSQL Weekly News - April 4, 2021 (PWN via PostgreSQL Announce)
giving the switch. Discussion: [https:///m/1112852.1616609702@sss.pgh.pa.us](https://postgr.es/m/1112852.1616609702@sss.pgh.pa.us) [https:///pg/commitdiff/54bb91c30e3964fd81059e6b02e377cc9dd2d64c](https://git.postgresql.org/pg/commitdiff/54bb91c30e3964fd81059e6b02e377cc9dd2d64c) - Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers. Whilst poking at nodeModifyTable.c, I chanced to notice that while its calls to ExecBR*Triggers and ExecIR*Triggers are protected by tests
Mailing lists >> pgsql-announce >> Thread
2021-02-01 09:07:55 | PostgreSQL Weekly News - January 31, 2021 (PWN via PostgreSQL Announce)
give procedure_resowner a single point of initialization, in hopes of silencing some setjmp-clobber warnings about that. (Marking it volatile would serve too, but its sibling variables are depending on single assignment
Mailing lists >> pgsql-announce >> Thread
2021-01-18 08:29:10 | PostgreSQL Weekly News - January 17, 2021 (PWN via PostgreSQL Announce)
give a path that is valid but lacks any OS version identifier. We don't really want that, since most of the motivation for wiring -isysroot into the build flags at all is to ensure
Mailing lists >> pgsql-announce >> Thread
2021-01-11 09:27:43 | PostgreSQL Weekly News - January 10, 2021 (PWN via PostgreSQL Announce)
give more risk than gain. Author: Fujii Masao Reviewed-by: Bertrand Drouvot, Masahiko Sawada, Kyotaro Horiguchi Discussion: [https:///m/4041d6b6-cf24-a120-36fa-1294220f8243@oss.nttdata.com](https://postgr.es/m/4041d6b6-cf24-a120-36fa-1294220f8243@oss.nttdata.com) [https:///pg/commitdiff/8900b5a9d59a645b3485f5b046c4c7871b2c4026](https://git.postgresql.org/pg/commitdiff/8900b5a9d59a645b3485f5b046c4c7871b2c4026) - Add GUC to log long wait times on recovery conflicts. This commit adds
Mailing lists >> pgsql-announce >> Thread
2020-11-02 06:14:07 | PostgreSQL Weekly News - November 1, 2020 (PWN via PostgreSQL Announce)
give an indication on how extreme a case is required to hit this, the particular example case reported required 379 joins to a table without any statistics, which resulted in the 1.0/DEFAULT\_NUM\_DISTINCT
Mailing lists >> pgsql-announce >> Thread
2020-06-15 03:33:15 | == PostgreSQL Weekly News - June 14, 2020 == (David Fetter)
granted. Author: Martín Marqués Reviewed-by: Kyotaro Horiguchi, Michael Paquier, Masahiko Sawada Discussion: https:/postgr.es/m/CAPdiE1xJMZOKQL3dgHMUrPqysZkgwzSMXETfKkHYnBAB7-0VRQ@mail.gmail.com https:///pg/commitdiff/cc072641d41c55c6aa24a331fc1f8029e0a8d799 Thomas Munro pushed: - Doc: Update example symptom of systemd misconfiguration. In PostgreSQL 10, we stopped
Mailing lists >> pgsql-announce >> Thread
2019-11-03 22:07:53 | == PostgreSQL Weekly News - November 3, 2019 == (David Fetter)
gives an alternative way of catching exceptions, for the common case where the cleanup code is the same in the error and non-error cases. So instead of PG_TRY(); { ... code that might throw ereport
Mailing lists >> pgsql-announce >> Thread
2019-07-28 19:02:30 | == PostgreSQL Weekly News - July 28, 2019 == (David Fetter)
grant the ability to read /etc/passwd, as they formerly did. This restriction breaks psql (which tries to use getpwuid() to obtain the user name it's running under) and thereby the contrib/sepgsql regression test