????

Your IP : 18.222.153.166


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

2024-08-19 08:23:00.448 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 08:23:01.407 +07 [2564] LOG:  checkpoint complete: wrote 10 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.928 s, sync=0.011 s, total=0.962 s; sync files=6, longest=0.003 s, average=0.002 s; distance=12 kB, estimate=3007 kB; lsn=0/67725A40, redo lsn=0/677259D0
2024-08-19 10:08:00.428 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 10:08:00.975 +07 [2564] LOG:  checkpoint complete: wrote 6 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.516 s, sync=0.010 s, total=0.548 s; sync files=5, longest=0.003 s, average=0.002 s; distance=22 kB, estimate=2708 kB; lsn=0/6772B5E0, redo lsn=0/6772B5A8
2024-08-19 10:23:00.978 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 10:23:01.207 +07 [2564] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.205 s, sync=0.004 s, total=0.231 s; sync files=1, longest=0.004 s, average=0.004 s; distance=8 kB, estimate=2438 kB; lsn=0/6772D630, redo lsn=0/6772D5F8
2024-08-19 11:18:00.212 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 11:18:01.776 +07 [2564] LOG:  checkpoint complete: wrote 16 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.531 s, sync=0.017 s, total=1.565 s; sync files=12, longest=0.002 s, average=0.002 s; distance=73 kB, estimate=2202 kB; lsn=0/6773FD08, redo lsn=0/6773FCD0
2024-08-19 13:15:20.486 +07 [10312] LOG:  could not receive data from client: An existing connection was forcibly closed by the remote host.

	
2024-08-19 13:17:42.007 +07 [760] LOG:  could not receive data from client: An existing connection was forcibly closed by the remote host.

	
2024-08-19 13:43:00.795 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 13:43:10.829 +07 [2564] LOG:  checkpoint complete: wrote 100 buffers (0.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=9.993 s, sync=0.023 s, total=10.035 s; sync files=18, longest=0.003 s, average=0.002 s; distance=930 kB, estimate=2074 kB; lsn=0/67828828, redo lsn=0/678287F0
2024-08-19 13:48:00.832 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 13:48:10.354 +07 [2564] LOG:  checkpoint complete: wrote 95 buffers (0.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=9.478 s, sync=0.020 s, total=9.523 s; sync files=14, longest=0.003 s, average=0.002 s; distance=882 kB, estimate=1955 kB; lsn=0/679051E8, redo lsn=0/679051B0
2024-08-19 13:58:00.358 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 13:58:12.896 +07 [2564] LOG:  checkpoint complete: wrote 124 buffers (0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=12.448 s, sync=0.065 s, total=12.540 s; sync files=48, longest=0.003 s, average=0.002 s; distance=808 kB, estimate=1840 kB; lsn=0/679CF318, redo lsn=0/679CF2E0
2024-08-19 13:58:54.619 +07 [5616] ERROR:  column "KyHieuDuong" of relation "ht_hoga" already exists
2024-08-19 13:58:54.619 +07 [5616] STATEMENT:  ALTER TABLE public.ht_hoga ADD "KyHieuDuong" varchar(10) NULL
2024-08-19 14:00:53.786 +07 [5616] ERROR:  operator is not unique: "char" || text at character 175
2024-08-19 14:00:53.786 +07 [5616] HINT:  Could not choose a best candidate operator. You might need to add explicit type casts.
2024-08-19 14:00:53.786 +07 [5616] STATEMENT:  SELECT DISTINCT dep.deptype, dep.classid, dep.objid, cl.relkind, attr.attname,pg_get_expr(ad.adbin, ad.adrelid) adefval,
	    CASE WHEN cl.relkind IS NOT NULL THEN cl.relkind || COALESCE(dep.objsubid::text, '')
	        WHEN tg.oid IS NOT NULL THEN 'T'::text
	        WHEN ty.oid IS NOT NULL THEN 'y'::text
	        WHEN ns.oid IS NOT NULL THEN 'n'::text
	        WHEN pr.oid IS NOT NULL THEN 'p'::text
	        WHEN la.oid IS NOT NULL THEN 'l'::text
	        WHEN rw.oid IS NOT NULL THEN 'R'::text
	        WHEN co.oid IS NOT NULL THEN 'C'::text || contype
	        WHEN ad.oid IS NOT NULL THEN 'A'::text
	        ELSE ''
	    END AS type,
	    COALESCE(coc.relname, clrw.relname, tgr.relname) AS ownertable,
	    CASE WHEN cl.relname IS NOT NULL AND att.attname IS NOT NULL THEN cl.relname || '.' || att.attname
	    ELSE COALESCE(cl.relname, co.conname, pr.proname, tg.tgname, ty.typname, la.lanname, rw.rulename, ns.nspname)
	    END AS refname,
	    COALESCE(nsc.nspname, nso.nspname, nsp.nspname, nst.nspname, nsrw.nspname, tgrn.nspname) AS nspname
	FROM pg_depend dep
	LEFT JOIN pg_class cl ON dep.objid=cl.oid
	LEFT JOIN pg_attribute att ON dep.objid=att.attrelid AND dep.objsubid=att.attnum
	LEFT JOIN pg_namespace nsc ON cl.relnamespace=nsc.oid
	LEFT JOIN pg_proc pr ON dep.objid=pr.oid
	LEFT JOIN pg_namespace nsp ON pr.pronamespace=nsp.oid
	LEFT JOIN pg_trigger tg ON dep.objid=tg.oid
	LEFT JOIN pg_class tgr ON tg.tgrelid=tgr.oid
	LEFT JOIN pg_namespace tgrn ON tgr.relnamespace=tgrn.oid
	LEFT JOIN pg_type ty ON dep.objid=ty.oid
	LEFT JOIN pg_namespace nst ON ty.typnamespace=nst.oid
	LEFT JOIN pg_constraint co ON dep.objid=co.oid
	LEFT JOIN pg_class coc ON co.conrelid=coc.oid
	LEFT JOIN pg_namespace nso ON co.connamespace=nso.oid
	LEFT JOIN pg_rewrite rw ON dep.objid=rw.oid
	LEFT JOIN pg_class clrw ON clrw.oid=rw.ev_class
	LEFT JOIN pg_namespace nsrw ON clrw.relnamespace=nsrw.oid
	LEFT JOIN pg_language la ON dep.objid=la.oid
	LEFT JOIN pg_namespace ns ON dep.objid=ns.oid
	LEFT JOIN pg_attrdef ad ON ad.oid=dep.objid
	LEFT JOIN pg_attribute attr ON attr.attrelid=ad.adrelid and attr.attnum=ad.adnum
	WHERE dep.refobjid=$1
	ORDER BY type
2024-08-19 14:03:00.904 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 14:03:10.836 +07 [2564] LOG:  checkpoint complete: wrote 99 buffers (0.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=9.884 s, sync=0.026 s, total=9.932 s; sync files=19, longest=0.003 s, average=0.002 s; distance=903 kB, estimate=1747 kB; lsn=0/67AB1098, redo lsn=0/67AB1060
2024-08-19 14:03:29.177 +07 [5616] ERROR:  operator is not unique: "char" || text at character 175
2024-08-19 14:03:29.177 +07 [5616] HINT:  Could not choose a best candidate operator. You might need to add explicit type casts.
2024-08-19 14:03:29.177 +07 [5616] STATEMENT:  SELECT DISTINCT dep.deptype, dep.classid, dep.objid, cl.relkind, attr.attname,pg_get_expr(ad.adbin, ad.adrelid) adefval,
	    CASE WHEN cl.relkind IS NOT NULL THEN cl.relkind || COALESCE(dep.objsubid::text, '')
	        WHEN tg.oid IS NOT NULL THEN 'T'::text
	        WHEN ty.oid IS NOT NULL THEN 'y'::text
	        WHEN ns.oid IS NOT NULL THEN 'n'::text
	        WHEN pr.oid IS NOT NULL THEN 'p'::text
	        WHEN la.oid IS NOT NULL THEN 'l'::text
	        WHEN rw.oid IS NOT NULL THEN 'R'::text
	        WHEN co.oid IS NOT NULL THEN 'C'::text || contype
	        WHEN ad.oid IS NOT NULL THEN 'A'::text
	        ELSE ''
	    END AS type,
	    COALESCE(coc.relname, clrw.relname, tgr.relname) AS ownertable,
	    CASE WHEN cl.relname IS NOT NULL AND att.attname IS NOT NULL THEN cl.relname || '.' || att.attname
	    ELSE COALESCE(cl.relname, co.conname, pr.proname, tg.tgname, ty.typname, la.lanname, rw.rulename, ns.nspname)
	    END AS refname,
	    COALESCE(nsc.nspname, nso.nspname, nsp.nspname, nst.nspname, nsrw.nspname, tgrn.nspname) AS nspname
	FROM pg_depend dep
	LEFT JOIN pg_class cl ON dep.objid=cl.oid
	LEFT JOIN pg_attribute att ON dep.objid=att.attrelid AND dep.objsubid=att.attnum
	LEFT JOIN pg_namespace nsc ON cl.relnamespace=nsc.oid
	LEFT JOIN pg_proc pr ON dep.objid=pr.oid
	LEFT JOIN pg_namespace nsp ON pr.pronamespace=nsp.oid
	LEFT JOIN pg_trigger tg ON dep.objid=tg.oid
	LEFT JOIN pg_class tgr ON tg.tgrelid=tgr.oid
	LEFT JOIN pg_namespace tgrn ON tgr.relnamespace=tgrn.oid
	LEFT JOIN pg_type ty ON dep.objid=ty.oid
	LEFT JOIN pg_namespace nst ON ty.typnamespace=nst.oid
	LEFT JOIN pg_constraint co ON dep.objid=co.oid
	LEFT JOIN pg_class coc ON co.conrelid=coc.oid
	LEFT JOIN pg_namespace nso ON co.connamespace=nso.oid
	LEFT JOIN pg_rewrite rw ON dep.objid=rw.oid
	LEFT JOIN pg_class clrw ON clrw.oid=rw.ev_class
	LEFT JOIN pg_namespace nsrw ON clrw.relnamespace=nsrw.oid
	LEFT JOIN pg_language la ON dep.objid=la.oid
	LEFT JOIN pg_namespace ns ON dep.objid=ns.oid
	LEFT JOIN pg_attrdef ad ON ad.oid=dep.objid
	LEFT JOIN pg_attribute attr ON attr.attrelid=ad.adrelid and attr.attnum=ad.adnum
	WHERE dep.refobjid=$1
	ORDER BY type
2024-08-19 14:03:33.228 +07 [5616] ERROR:  operator is not unique: "char" || text at character 175
2024-08-19 14:03:33.228 +07 [5616] HINT:  Could not choose a best candidate operator. You might need to add explicit type casts.
2024-08-19 14:03:33.228 +07 [5616] STATEMENT:  SELECT DISTINCT dep.deptype, dep.classid, dep.objid, cl.relkind, attr.attname,pg_get_expr(ad.adbin, ad.adrelid) adefval,
	    CASE WHEN cl.relkind IS NOT NULL THEN cl.relkind || COALESCE(dep.objsubid::text, '')
	        WHEN tg.oid IS NOT NULL THEN 'T'::text
	        WHEN ty.oid IS NOT NULL THEN 'y'::text
	        WHEN ns.oid IS NOT NULL THEN 'n'::text
	        WHEN pr.oid IS NOT NULL THEN 'p'::text
	        WHEN la.oid IS NOT NULL THEN 'l'::text
	        WHEN rw.oid IS NOT NULL THEN 'R'::text
	        WHEN co.oid IS NOT NULL THEN 'C'::text || contype
	        WHEN ad.oid IS NOT NULL THEN 'A'::text
	        ELSE ''
	    END AS type,
	    COALESCE(coc.relname, clrw.relname, tgr.relname) AS ownertable,
	    CASE WHEN cl.relname IS NOT NULL AND att.attname IS NOT NULL THEN cl.relname || '.' || att.attname
	    ELSE COALESCE(cl.relname, co.conname, pr.proname, tg.tgname, ty.typname, la.lanname, rw.rulename, ns.nspname)
	    END AS refname,
	    COALESCE(nsc.nspname, nso.nspname, nsp.nspname, nst.nspname, nsrw.nspname, tgrn.nspname) AS nspname
	FROM pg_depend dep
	LEFT JOIN pg_class cl ON dep.objid=cl.oid
	LEFT JOIN pg_attribute att ON dep.objid=att.attrelid AND dep.objsubid=att.attnum
	LEFT JOIN pg_namespace nsc ON cl.relnamespace=nsc.oid
	LEFT JOIN pg_proc pr ON dep.objid=pr.oid
	LEFT JOIN pg_namespace nsp ON pr.pronamespace=nsp.oid
	LEFT JOIN pg_trigger tg ON dep.objid=tg.oid
	LEFT JOIN pg_class tgr ON tg.tgrelid=tgr.oid
	LEFT JOIN pg_namespace tgrn ON tgr.relnamespace=tgrn.oid
	LEFT JOIN pg_type ty ON dep.objid=ty.oid
	LEFT JOIN pg_namespace nst ON ty.typnamespace=nst.oid
	LEFT JOIN pg_constraint co ON dep.objid=co.oid
	LEFT JOIN pg_class coc ON co.conrelid=coc.oid
	LEFT JOIN pg_namespace nso ON co.connamespace=nso.oid
	LEFT JOIN pg_rewrite rw ON dep.objid=rw.oid
	LEFT JOIN pg_class clrw ON clrw.oid=rw.ev_class
	LEFT JOIN pg_namespace nsrw ON clrw.relnamespace=nsrw.oid
	LEFT JOIN pg_language la ON dep.objid=la.oid
	LEFT JOIN pg_namespace ns ON dep.objid=ns.oid
	LEFT JOIN pg_attrdef ad ON ad.oid=dep.objid
	LEFT JOIN pg_attribute attr ON attr.attrelid=ad.adrelid and attr.attnum=ad.adnum
	WHERE dep.refobjid=$1
	ORDER BY type
2024-08-19 14:08:00.840 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 14:08:18.877 +07 [2564] LOG:  checkpoint complete: wrote 176 buffers (1.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=17.972 s, sync=0.043 s, total=18.039 s; sync files=48, longest=0.003 s, average=0.001 s; distance=1483 kB, estimate=1720 kB; lsn=0/67C23CE0, redo lsn=0/67C23CA8
2024-08-19 14:28:00.882 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 14:28:20.126 +07 [2564] LOG:  checkpoint complete: wrote 187 buffers (1.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=18.799 s, sync=0.410 s, total=19.244 s; sync files=55, longest=0.026 s, average=0.008 s; distance=893 kB, estimate=1638 kB; lsn=0/67D033A8, redo lsn=0/67D03370
2024-08-19 14:38:00.133 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 14:38:02.231 +07 [2564] LOG:  checkpoint complete: wrote 21 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.051 s, sync=0.026 s, total=2.099 s; sync files=11, longest=0.009 s, average=0.003 s; distance=44 kB, estimate=1478 kB; lsn=0/67D10350, redo lsn=0/67D0E380
2024-08-19 14:43:00.233 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 14:43:01.175 +07 [2564] LOG:  checkpoint complete: wrote 10 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.916 s, sync=0.009 s, total=0.943 s; sync files=6, longest=0.003 s, average=0.002 s; distance=51 kB, estimate=1335 kB; lsn=0/67D1B0B0, redo lsn=0/67D1B078
2024-08-19 15:08:00.177 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 15:08:00.622 +07 [2564] LOG:  checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.414 s, sync=0.009 s, total=0.445 s; sync files=5, longest=0.003 s, average=0.002 s; distance=5 kB, estimate=1202 kB; lsn=0/67D1C6A8, redo lsn=0/67D1C670
2024-08-19 15:23:00.625 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 15:23:01.071 +07 [2564] LOG:  checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.414 s, sync=0.010 s, total=0.448 s; sync files=5, longest=0.004 s, average=0.002 s; distance=9 kB, estimate=1083 kB; lsn=0/67D1EDA0, redo lsn=0/67D1ED68
2024-08-19 16:03:00.074 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 16:03:01.113 +07 [2564] LOG:  checkpoint complete: wrote 11 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.014 s, sync=0.007 s, total=1.041 s; sync files=4, longest=0.003 s, average=0.002 s; distance=51 kB, estimate=980 kB; lsn=0/67D2BBB8, redo lsn=0/67D2BB80
2024-08-19 20:58:00.148 +07 [2564] LOG:  checkpoint starting: time
2024-08-19 20:58:00.483 +07 [2564] LOG:  checkpoint complete: wrote 3 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.306 s, sync=0.003 s, total=0.336 s; sync files=1, longest=0.003 s, average=0.003 s; distance=13 kB, estimate=883 kB; lsn=0/67D2F078, redo lsn=0/67D2F040
2024-08-19 23:55:37.354 +07 [5980] ERROR:  canceling statement due to user request
2024-08-19 23:55:37.356 +07 [9088] FATAL:  terminating connection due to administrator command
2024-08-19 23:55:37.357 +07 [12120] FATAL:  terminating connection due to administrator command
2024-08-19 23:55:37.392 +07 [2564] LOG:  shutting down
2024-08-19 23:55:37.397 +07 [2564] LOG:  checkpoint starting: shutdown immediate
2024-08-19 23:55:37.411 +07 [2564] 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.019 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=795 kB; lsn=0/67D2F128, redo lsn=0/67D2F128