-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogfile
More file actions
30 lines (26 loc) · 1.46 KB
/
logfile
File metadata and controls
30 lines (26 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
LOG: database system was shut down at 2012-02-16 10:45:02 MST
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: database "cg_test" does not exist
ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use template0 as template.
STATEMENT: CREATE DATABASE "cg_test" ENCODING = 'unicode'
FATAL: database "cg_development" does not exist
ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use template0 as template.
STATEMENT: CREATE DATABASE "cg_development" ENCODING = 'unicode'
FATAL: database "wifigoadm" does not exist
FATAL: database "wifigoadm" does not exist
FATAL: role "root" does not exist
FATAL: role "root" does not exist
FATAL: role "root" does not exist
ERROR: role "postgres" already exists
STATEMENT: CREATE ROLE postgres SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;
ERROR: role "postgres" already exists
STATEMENT: CREATE ROLE postgres NOSUPERUSER CREATEDB NOCREATEROLE INHERIT LOGIN;
ERROR: role "postgres" already exists
STATEMENT: CREATE ROLE postgres SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;
ERROR: role "postgres" already exists
STATEMENT: CREATE ROLE postgres NOSUPERUSER CREATEDB NOCREATEROLE INHERIT LOGIN;
FATAL: database "wifigoadm" does not exist
FATAL: role "postgers" does not exist