Jak zmienić bazę danych w PSQL

user_name=# CREATE DATABASE testdatabase; 
user_name=# \c testdatabase 
Fragile Frog