Skip to content

Instantly share code, notes, and snippets.

@sebastianwebber
Created December 11, 2014 20:28
Show Gist options
  • Select an option

  • Save sebastianwebber/fa18c4b7df26ebb4e603 to your computer and use it in GitHub Desktop.

Select an option

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