Created
October 24, 2013 10:49
-
-
Save AhmedKammorah/7135010 to your computer and use it in GitHub Desktop.
Postgresql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>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