grants files - Search results

2025-02-14 00:30:43 | Re: libc to libicu via pg_dump/pg_restore? (Adrian Klaver)

GRANT is in the dump file. 2) Check the Postgres log manually to see if there

2025-02-13 21:05:44 | Re: libc to libicu via pg_dump/pg_restore? (Adrian Klaver)

file db_name.sql. Then you can see if GRANTs are being done. From here

2025-02-13 19:40:48 | Re: libc to libicu via pg_dump/pg_restore? (Adrian Klaver)

GRANTs on the database object? Do: pg_restore -s -f db_name.sql ${PGDATABASE}.out This will create a text version restore of the schema objects in the dump file