Answers for "how to change name of database in psql terminal"

SQL
0

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;
Posted by: Guest on June-25-2021

Code answers related to "how to change name of database in psql terminal"

Code answers related to "SQL"

Browse Popular Code Answers by Language