-
Notifications
You must be signed in to change notification settings - Fork 0
/
logfile
57 lines (57 loc) · 2.63 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
LOG: could not bind IPv4 socket: No error
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
LOG: database system was shut down at 2015-11-09 13:43:20 WET
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
ERROR: syntax error at or near ";" at character 20
STATEMENT: CREATE TABLE users
;
ERROR: syntax error at or near ";" at character 19
STATEMENT: CREATE TABLE users;
ERROR: syntax error at or near ";" at character 45
STATEMENT: CREATE TABLE users(id, name, salt, password);
LOG: received fast shutdown request
LOG: aborting any active transactions
LOG: autovacuum launcher shutting down
ERROR: canceling statement due to user request
LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down
LOG: could not bind IPv4 socket: No error
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
LOG: database system was shut down at 2015-11-09 14:09:03 WET
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
ERROR: syntax error at or near "CREATE" at character 27
STATEMENT: CREATE DATABASE verkefni6
CREATE TABLE users(ID INT PRIMARY KEY, username TEXT, salt TEXT, hash TEXT);
FATAL: database "template0" is not currently accepting connections
ERROR: current database cannot be renamed
STATEMENT: ALTER DATABASE postgres RENAME to verkefni6
;
FATAL: database "postgres" does not exist
FATAL: database "template0" is not currently accepting connections
LOG: received fast shutdown request
LOG: aborting any active transactions
LOG: autovacuum launcher shutting down
ERROR: canceling statement due to user request
LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down
LOG: could not bind IPv4 socket: No error
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
LOG: database system was shut down at 2015-11-09 14:22:42 WET
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
ERROR: column "dingari" does not exist at character 28
STATEMENT: INSERT INTO users VALUES(1,"dingari", "asdf", "fdsa");
LOG: received fast shutdown request
LOG: aborting any active transactions
LOG: autovacuum launcher shutting down
ERROR: canceling statement due to user request
LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down