Package: postgresql-client-common
Version: 282

psql is now linked to /usr/share/postgresql-common/pg_wrapper (Perl script):

# realpath /usr/bin/psql
/usr/share/postgresql-common/pg_wrapper


The post-install script in the Debian package should do a
chmod 775 /usr/share/postgresql-common
because by default, the rights are not accessible to postgres user:

# ls -ld /usr/share/postgresql-common
drwx------ 6 root root 4096 19 août  21:25 /usr/share/postgresql-common


I'm using Debian Forky AMD64.

Fixed the issue by using

chmod 775 /usr/share/postgresql-common

Reply via email to