????

Your IP : 216.73.216.143


Current Path : C:/opt/pgsql/logs/
Upload File :
Current File : C:/opt/pgsql/logs/postgresql-2024-08-20_000000.log

2024-08-20 00:01:01.847 +07 [6112] LOG:  checkpoint starting: time
2024-08-20 00:01:01.883 +07 [6112] LOG:  checkpoint complete: wrote 3 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.008 s, sync=0.005 s, total=0.037 s; sync files=2, longest=0.003 s, average=0.003 s; distance=0 kB, estimate=0 kB; lsn=0/67D2F210, redo lsn=0/67D2F1D8
2024-08-20 08:50:40.530 +07 [12124] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.530 +07 [12124] STATEMENT:  SELECT column_name, column_default, is_nullable, data_type, character_maximum_length, description,
	    CASE WHEN p.contype = 'p' THEN true ELSE false END AS primarykey,
	    CASE WHEN p.contype = 'u' THEN true ELSE false END AS uniquekey
	FROM pg_attribute f
	    JOIN pg_class c ON c.oid = f.attrelid JOIN pg_type t ON t.oid = f.atttypid
	    LEFT JOIN pg_attrdef d ON d.adrelid = c.oid AND d.adnum = f.attnum
	    LEFT JOIN pg_description de ON f.attrelid=de.objoid AND f.attnum=de.objsubid
	    LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
	    LEFT JOIN pg_constraint p ON p.conrelid = c.oid AND f.attnum = ANY (p.conkey)
	    LEFT JOIN pg_class AS g ON p.confrelid = g.oid
	    LEFT JOIN INFORMATION_SCHEMA.COLUMNS s ON s.column_name=f.attname AND c.relname=s.table_name
	WHERE n.nspname= s.table_schema AND c.relkind = 'r' AND c.relname = $1 AND s.table_schema = $2 AND f.attnum > 0 ORDER BY f.attnum;
2024-08-20 08:50:40.531 +07 [7060] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.531 +07 [6824] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.532 +07 [460] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.533 +07 [6768] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.531 +07 [1104] FATAL:  terminating connection due to administrator command
2024-08-20 08:50:40.570 +07 [6112] LOG:  shutting down
2024-08-20 08:50:40.573 +07 [6112] LOG:  checkpoint starting: shutdown immediate
2024-08-20 08:50:40.591 +07 [6112] LOG:  checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.001 s, total=0.021 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/67D2F2C0, redo lsn=0/67D2F2C0
2024-08-20 08:50:40.637 +07 [9296] FATAL:  the database system is shutting down