Skip to content

Instantly share code, notes, and snippets.

@posulliv
Created May 3, 2009 05:35
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 posulliv/105863 to your computer and use it in GitHub Desktop.
Save posulliv/105863 to your computer and use it in GitHub Desktop.
$ psql -d bench
Welcome to psql 8.3.6, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
bench=# select pg_backend_pid();
pg_backend_pid
----------------
16588
(1 row)
bench=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment