forked from tiger-swallowtails-2013/beer_flow
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlogfile
More file actions
38 lines (36 loc) · 2 KB
/
logfile
File metadata and controls
38 lines (36 loc) · 2 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
31
32
33
34
35
36
37
38
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 506) running in data directory "/usr/local/var/postgres"?
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 506) running in data directory "/usr/local/var/postgres"?
LOG: database system was shut down at 2013-10-12 19:11:30 PDT
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
LOG: autovacuum launcher shutting down
LOG: received smart shutdown request
LOG: shutting down
LOG: database system is shut down
LOG: database system was shut down at 2013-10-12 19:48:19 PDT
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
FATAL: database "beer_flow_development" does not exist
FATAL: database "beer_flow_test" does not exist
ERROR: relation "votes" does not exist at character 315
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"votes"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
ERROR: relation "votes" does not exist at character 315
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"votes"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
ERROR: database "beer_flow_development" is being accessed by other users
DETAIL: There is 1 other session using the database.
STATEMENT: DROP DATABASE IF EXISTS "beer_flow_development"
FATAL: database "beer_flow_test" does not exist