Skip to content

Instantly share code, notes, and snippets.

@AhmedKammorah
Created October 24, 2013 10:49
Show Gist options
  • Save AhmedKammorah/7135010 to your computer and use it in GitHub Desktop.
Save AhmedKammorah/7135010 to your computer and use it in GitHub Desktop.
Postgresql
>su postgres
>psql navinside # connect to postgresql with db navinside
\list # list all DB
SELECT * FROM information_schema.tables
WHERE table_schema = 'public';
select * From segments;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment