Re: Issue with PSQL JDBC Driver Null Pointer

2021-07-30 Thread Bhavesh Mistry
Thanks for fixing it. Thanks, Bhavesh On Thu, Jul 29, 2021 at 12:49 PM Dave Cramer wrote: > > > On Thu, 29 Jul 2021 at 15:44, Bhavesh Mistry > wrote: > >> Hi Dave, >> >> It still does not address the NPE issue. If an alias is NULL. What >> should be the behavior? >> >> >> public String getTy

Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command

2021-07-30 Thread Dhanush D
I am currently upgrading a Postgres cluster running on a Centos machine from version 9.6.22 to 12.7. Post the install of 12.7 binaries, I am running the pg_upgrade command: /usr/pgsql-12/bin/pg_upgrade -b /usr/pgsql-9.6/bin/ -B /usr/pgsql-12/bin/ -d //9.6/data.old -D //12/data/ -j 12 -r -v -k But

Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command

2021-07-30 Thread Vijaykumar Jain
On Sat, Jul 31, 2021, 4:00 AM Dhanush D wrote: > I am currently upgrading a Postgres cluster running on a Centos machine > from version 9.6.22 to 12.7. Post the install of 12.7 binaries, I am > running the pg_upgrade command: > > /usr/pgsql-12/bin/pg_upgrade -b /usr/pgsql-9.6/bin/ -B /usr/pgsql-1

Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command

2021-07-30 Thread David G. Johnston
On Friday, July 30, 2021, Dhanush D wrote: > > > pg_restore: error: could not execute query: FATAL: terminating connection > due to administrator command > > Did you control-C or something, maybe remote connection dropped? > pg_restore: creating SEQUENCE "schema99.sequence2" > pg_restore: cre