sql >> Database teknologi >  >> RDS >> PostgreSQL

Hvordan afbrydes forbindelsen til en database og gå tilbage til standarddatabasen i PostgreSQL?

Det er nemt, se bare eksemplet.

--mine databaser

postgres=# \l
                               List of databases
   Name    |  Owner   | Encoding | Collate | Ctype |     Access privileges     
-----------+----------+----------+---------+-------+---------------------------
 francs    | postgres | UTF8     | C       | C     | =Tc/postgres             +
           |          |          |         |       | postgres=CTc/postgres    +
           |          |          |         |       | francs=C*T*c*/postgres   +
           |          |          |         |       | select_only=c/francs
 postgres  | postgres | UTF8     | C       | C     | 
 source_db | postgres | UTF8     | C       | C     | =Tc/postgres             +
           |          |          |         |       | postgres=CTc/postgres    +
           |          |          |         |       | source_db=C*T*c*/postgres
 template0 | postgres | UTF8     | C       | C     | =c/postgres              +
           |          |          |         |       | postgres=CTc/postgres
 template1 | postgres | UTF8     | C       | C     | =c/postgres              +
           |          |          |         |       | postgres=CTc/postgres
(5 rows)

--skift til db francs som rolle francs

postgres=# \c francs francs
You are now connected to database "francs" as user "francs".

--swith til db postgres som rolle postgres

francs=> \c postgres postgres

You are now connected to database "postgres" as user "postgres".
postgres=# 

--afbryd forbindelsen til db

postgres=# \q


  1. PostgreSQL 9.6:Parallel sekventiel scanning

  2. Hent værdien fra databasen i selecte tag HTML PHP MySQL

  3. Skal forbindelsestabeller have mere end én primær nøgle fra en anden identifikationstabel?

  4. MySQL Mark Records med dubletter