You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
the query that determines the owner of a function seems to be broken
[ERROR ] Command '/usr/bin/psql' failed with return code: 1
[ERROR ] stderr: ERROR: column "rolname" does not exist
LINE 1: COPY (SELECT rolname AS name FROM pg_catalog.pg_proc p JOIN ...
^
HINT: Perhaps you meant to reference the column "p.proname".
[ERROR ] retcode: 1
[ERROR ] Error connecting to Postgresql server
[ERROR ] Command '/usr/bin/psql' failed with return code: 1
[ERROR ] stderr: ERROR: column "rolname" does not exist
LINE 1: COPY (SELECT rolname AS name FROM pg_catalog.pg_proc p JOIN ...
^
HINT: Perhaps you meant to reference the column "p.proname".
[ERROR ] retcode: 1
[ERROR ] Error connecting to Postgresql server
Steps to Reproduce the behavior
attempt to grant execute on a function
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
Salt Version:
Salt: 3004.1Dependency Versions:
cffi: 1.15.0cherrypy: Not Installeddateutil: 2.8.2docker-py: Not Installedgitdb: 2.0.6gitpython: 3.0.7Jinja2: 3.0.1libgit2: Not InstalledM2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.4msgpack-pure: Not Installedmysql-python: Not Installedpycparser: 2.21pycrypto: Not Installedpycryptodome: 3.14.1pygit2: Not InstalledPython: 3.8.10 (default, Mar 15 2022, 12:22:08)python-gnupg: 0.4.5PyYAML: 6.0PyZMQ: 21.0.2smmap: 2.0.5timelib: Not InstalledTornado: 4.5.3ZMQ: 4.3.3Salt Extensions:
saltext.azurerm: 0.1.dev12+g89704fb.d20220625System Versions:
dist: ubuntu 20.04 Focal Fossalocale: utf-8machine: x86_64release: 5.13.0-1023-azuresystem: Linuxversion: Ubuntu 20.04 Focal Fossa
The text was updated successfully, but these errors were encountered:
Description
the query that determines the owner of a function seems to be broken
Steps to Reproduce the behavior
attempt to grant execute on a function
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: