ATABASE sw2 TO PUBLIC;
GRANT CONNECT ON DATABASE sw2 TO pgwatch2;
ALTER DEFAULT PRIVILEGES FOR ROLE
GRANT ALL ON TABLES TO lab_dba;
ALTER DEFAULT PRIVILEGES FOR ROLE
GRANT SELECT ON TABLES TO ro_any_table;
Thanks,
Steve
From: Yogesh Mahajan
Sent: Thursday, January 5, 2023 10:24 AM
T
| tsvector
| concatenate
Please let me know if you need more details.
Thanks,
Steve
From: Yogesh Mahajan
Sent: Thursday, January 5, 2023 4:22 AM
To: Stephen Todd Morrow
Cc: pgadmin-supp...@postgresql.org
Subject: Re: pgAdmin error with new PG15 servers: argument of type 'Response'
is
Hello All and Happy 2023.
We're in the process of upgrading our Postgres instances from 13/14 to 15.1,
and have done a few already. However, pgAdmin is tripping this error when
attempting to extract DDL for a schema...but only in the new PG15 databases. It
works just fine with the other version