-
Notifications
You must be signed in to change notification settings - Fork 0
/
logfile
75 lines (74 loc) · 4.13 KB
/
logfile
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
LOG: database system was shut down at 2013-02-16 03:19:27 EET
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
ERROR: Syntax error near '1' at position 4
STATEMENT: INSERT INTO "checkers" ("checkers", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
LOG: database system was interrupted; last known up at 2013-02-17 23:23:55 EET
LOG: database system was not properly shut down; automatic recovery in progress
LOG: record with zero length at 0/1F6D768
LOG: redo is not required
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
ERROR: relation "desks" 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 = '"desks"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
ERROR: column desks.second_player_id does not exist at character 38
STATEMENT: SELECT "desks".* FROM "desks" WHERE "desks"."second_player_id" IS NULL
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
LOG: database system was interrupted; last known up at 2013-02-23 11:58:57 EET
LOG: database system was not properly shut down; automatic recovery in progress
LOG: record with zero length at 0/23240B8
LOG: redo is not required
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
FATAL: database "app_name_development" does not exist
FATAL: database "app_name_test" does not exist
FATAL: database "app_name_production" does not exist
ERROR: relation "checkers" does not exist
STATEMENT: CREATE INDEX dices_dice ON checkers USING GIN(dices)
FATAL: terminating connection due to administrator command
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-02-27 15:52:06 EET
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
LOG: database system was interrupted; last known up at 2013-03-03 21:01:41 EET
LOG: database system was not properly shut down; automatic recovery in progress
LOG: record with zero length at 0/292A958
LOG: redo is not required
LOG: autovacuum launcher started
LOG: database system is ready to accept connections