Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

enter postgres shell o localhost

su - postgres
psql
l
c dbname	#Switch connection to a new database
l	        #List available databases
dt	        #List available tables
q	        #Exit psql shell
https://www.geeksforgeeks.org/postgresql-psql-commands/
 
PREVIOUS NEXT
Tagged: #enter #postgres #shell #localhost
ADD COMMENT
Topic
Name
1+3 =