mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
85fe4cc17d
From: Terry Mackintosh <terry@terrym.com>
4 lines
214 B
SQL
4 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;
|