mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
/contrib patch from Karel.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
drop table access;
|
||||
CREATE TABLE access (host char(200), ident char(200), authuser char(200), accdate datetime, request char(500), ttime int2, status int2, bytes int4) archive = none;
|
||||
grant all on access to nobody;
|
||||
|
Reference in New Issue
Block a user