grants files - Search results in mailing lists
Mailing lists >> pgsql-bugs >> Thread
2025-05-06 01:01:15 | BUG #18912: TRAP: failed Assert("tag.spcOid != GLOBALTABLESPACE_OID"), File: "bufmgr.c", Line: 4165, PID: 2115 (PG Bug reporting form)
The following bug has been logged on the website: Bug reference: 18912 Logged by: Adam
Mailing lists >> pgsql-bugs >> Thread
2025-02-21 01:19:34 | Re: Major Version Upgrade failure due to orphan roles entries in catalog (Tom Lane)
file changed, 57 insertions(+), 9 deletions(-) diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index b993b05cc2..b9b22c47be 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -986,6 +986,13 @@ dumpRoleMembership(PGconn *conn) total; bool dump_grantors; bool dump_grant
Mailing lists >> pgsql-bugs >> Thread
2024-11-20 08:11:07 | 'WARNING: you don't own a lock of type ExclusiveLock' is printed during the GRANT (Aya Iwata (Fujitsu))
GRANT in a single session connected to psql. - Also, it did not happen when running 'psql -f' with an .sql file
Mailing lists >> pgsql-bugs >> Thread
2024-10-24 11:11:00 | BUG #18670: Can't install success, the cluster always failed (PG Bug reporting form)
Granting full access to Administrators on (C:\Program Files\PostgreSQL\17\data) Executing batch file
Mailing lists >> pgsql-bugs >> Thread
2024-07-27 00:22:54 | Re: BUG #18553: Please seriously address the severe issue of database installation failures on Windows (燕尘)
file path to the PATH environment variable, manually creating a postgres user and adding it to the local administrators group, granting
Mailing lists >> pgsql-bugs >> Thread >> Search in thread (3)
2024-07-03 12:12:15 | RE: [EXTERNAL] Re: BUG #18528: Installer displays error when installing (Ware, Christopher M. (LARC-D318)[RSES])
file for this run is attached and the results for the icacls command is below. I will add that in order to delete the directory/folder that the installer creates I have to double click
Mailing lists >> pgsql-bugs >> Thread >> Search in thread (5)
2024-05-22 15:11:00 | Ynt: Postgresql 16.3 installation error (setup file) on Windows 11 (Ugur Yilmaz)
file not working (from EDB > postgresql-16.3-1-windows-x64.exe ). Error message is : " There has benn an error . Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant
Mailing lists >> pgsql-bugs >> Thread
2024-05-14 16:18:15 | DoS Vulnerability (emad al-mousa)
granted to PUBLIC in PostgreSQL is opening a wide security hole that shouldn't exist in the first. I strongly believe this should be patched and connect permission should be revoked from PUBLIC
Mailing lists >> pgsql-bugs >> Thread
2024-05-01 17:25:35 | Re: BUG #18433: Logical replication timeout (Kostiantyn Tomakh)
file = '/etc/pg_hba.conf' listen_addresses = '*' wal_level = logical pg_hba.conf: # TYPE DATABASE USER ADDRESS METHOD host all all 0.0.0.0/0 md5 So I have two Postgresql servers. 2) I created table at DB "postgres": CREATE
Mailing lists >> pgsql-bugs >> Thread
2024-03-13 09:22:42 | AW: BUG #18389: pg_database_owner not recognized with alter default privileges (Kristo Marijo)
grant connect on database testdb to readwrite_user; postgres@autpgc16demo01-development-1:/$ psql -h localhost -U db_admin -d testdb Password for user db_admin: psql (16.2 (Debian 16.2-1.pgdg110+2)) SSL connection (protocol
Mailing lists >> pgsql-bugs >> Thread >> Search in thread (2)
2024-01-23 23:51:52 | v17 Possible Union All Bug (David G. Johnston)
file creates some test roles and some views, two of which show the expected and problem behaviors. There is a lot going on beneath these views but suffice to say I've granted
Mailing lists >> pgsql-bugs >> Thread
2024-01-04 21:17:36 | Postgres policy exists bug (AC4G)
profiles table is_private column is set to FALSE. This is the permissive select policy for the inventories table: ( auth.grant
Mailing lists >> pgsql-bugs >> Thread
2023-11-16 09:27:03 | BUG #18201: POSTGRESQL 16 - Failed to initialise the database cluster with initdb (PG Bug reporting form)
Files\PostgreSQL\16\installation_summary.log: Processados com sucesso 1 arquivos; falha no processamento de 0 arquivos Called IsVistaOrNewer()... 'winmgmts' object initialized... Version:10. MajorVersion:10 Granting
Mailing lists >> pgsql-bugs >> Thread
2023-10-20 20:18:08 | BUG #18165: Could not duplicate handle for "Global/PostgreSQL.xxxxxxxxxx": Bad file descriptor (PG Bug reporting form)
file descriptor",,,,,,"select string_agg(word, ',') from pg_catalog.pg_get_keywords() where word <> ALL ('{a,abs,absolute,action,ada,add,admin,after,all,allocate,alter,always,and,any,are,array,as,asc,asensitive,assertion
Mailing lists >> pgsql-bugs >> Thread
2023-10-12 21:01:27 | Re: BUG #18014: Releasing catcache entries makes schema_to_xmlschema() fail when parallel workers are (Tom Lane)
file are wrappers around + * acl.c's aclmask() function; see that for basic usage information. + * The wrapper functions add object-type-specific lookup capability. + * Generally, they will throw error if the object doesn't exist