mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05:00
3 lines
214 B
SQL
3 lines
214 B
SQL
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;
|