Difference between revisions of "PostgreSQL template databases"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * template0 * template1")
 
 
(3 intermediate revisions by the same user not shown)
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]]
 +
* [[\l+]]
 +
 +
== See also ==
 +
* {{psql}}
 +
 +
[[Category:PostgreSQL]]

Latest revision as of 21:30, 16 April 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[edit]

See also[edit]

Advertising: