Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

change database name psql 8

# Remember to check active connections to the db and close them
ALTER DATABASE your_db_name RENAME TO new_name;
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #change #database #psql
ADD COMMENT
Topic
Name
8+8 =