Skip to content

Instantly share code, notes, and snippets.

@sebastianwebber
Created December 11, 2014 20:28
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 sebastianwebber/fa18c4b7df26ebb4e603 to your computer and use it in GitHub Desktop.
Save sebastianwebber/fa18c4b7df26ebb4e603 to your computer and use it in GitHub Desktop.
Generate connection script for pgbouncer
select datname || ' = port=9876 dbname=' || datname from pg_database
order by datname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment