Skip to content

Instantly share code, notes, and snippets.

@clouedoc
Created October 18, 2022 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clouedoc/864b5859a756831a4f4f0d7092186cd6 to your computer and use it in GitHub Desktop.
Save clouedoc/864b5859a756831a4f4f0d7092186cd6 to your computer and use it in GitHub Desktop.

pgbouncer: no such user

If pgbouncer is returning a no such user error, make sure that BYPASSRLS is not enabled on the user that you are trying to connect to.

I don’t exactly know why, but it won’t work.

ALTER USER myuser WITH NOBYPASSRLS

#technote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment