I am beginner to PostgreSQL.
I want to connect to another database from the query editor of Postgres - like the USE
command of MySQL or MS SQL Server.
I found \c databasename
by searching the Internet, but its runs only on psql. When I try it from the PostgreSQL query editor I get a syntax error.
I have to change the database by pgscripting. Does anyone know how to do it?