PostgreSQL
 sql >> डेटाबेस >  >> RDS >> PostgreSQL

डेटाबेस से डिस्कनेक्ट कैसे करें और PostgreSQL में डिफ़ॉल्ट डेटाबेस पर वापस जाएं?

यह आसान है, बस उदाहरण देखें।

--मेरे डेटाबेस

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)

--रोल फ़्रैंक के रूप में db फ़्रैंक पर स्विच करें

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

--स्विथ टू डीबी पोस्टग्रेज रोल पोस्टग्रेज के रूप में

francs=> \c postgres postgres

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

--डीबी से डिस्कनेक्ट करें

postgres=# \q


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Psycopg2 के साथ Postgres के लिए SQL LIKE मान से बचें

  2. पोस्टग्रेज के लिए सीक्वेलाइज और पीयर ऑथेंटिकेशन?

  3. प्राथमिक कुंजी उल्लंघन त्रुटि के बाद लेनदेन जारी रखना

  4. Postgres मुझे समूह में कॉलम क्यों नहीं दे रहा है?

  5. ActiveRecord - प्रत्येक समूह से पहले रिकॉर्ड का चयन करें