Difference between revisions of "PostgreSQL template databases"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
  
 +
                                                      List of databases
 +
    Name    |  Owner  | Encoding | Locale Provider |  Collate  |    Ctype    | ICU Locale | ICU Rules |  Access privileges
 +
-----------+----------+----------+-----------------+-------------+-------------+------------+-----------+-----------------------
 +
  .../...
 +
  postgres  | postgres | UTF8    | libc            | en_US.UTF-8 | en_US.UTF-8 |            |          |
 +
  template0 | postgres | UTF8    | libc            | en_US.UTF-8 | en_US.UTF-8 |            |          | =c/postgres          +
 +
            |          |          |                |            |            |            |          | postgres=CTc/postgres
 +
  template1 | postgres | UTF8    | libc            | en_US.UTF-8 | en_US.UTF-8 |            |          | =c/postgres          +
 +
            |          |          |                |            |            |            |          | postgres=CTc/postgres
 +
(5 rows)
  
 +
== Related ==
 
* [[template0]]
 
* [[template0]]
 
* [[template1]]
 
* [[template1]]
  
 +
== See also ==
 +
* {{postgresql}}
  
 
+
[[Category:PostgreSQL]]
{{postgresql}}
 

Revision as of 14:30, 20 March 2026


                                                      List of databases
   Name    |  Owner   | Encoding | Locale Provider |   Collate   |    Ctype    | ICU Locale | ICU Rules |   Access privileges
-----------+----------+----------+-----------------+-------------+-------------+------------+-----------+-----------------------
 .../...
 postgres  | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           |
 template0 | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | =c/postgres          +
           |          |          |                 |             |             |            |           | postgres=CTc/postgres
 template1 | postgres | UTF8     | libc            | en_US.UTF-8 | en_US.UTF-8 |            |           | =c/postgres          +
           |          |          |                 |             |             |            |           | postgres=CTc/postgres
(5 rows)

Related

See also

Advertising: