]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
sqlcounter: fixed configuration for PostgreSQL #3867
authorFederico Capoano <f.capoano@openwisp.io>
Sun, 24 Jan 2021 23:35:04 +0000 (18:35 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 29 Jan 2021 18:49:41 +0000 (18:49 +0000)
commitc6d7b3aee26718e10ed08ef642889f79443f6551
treed93910f3a8764690be980a2de7ca6c170978616f
parent0cba27185969829259356913ea0fdd231ff6fd8d
sqlcounter: fixed configuration for PostgreSQL #3867

ABSTIME is deprecated since PostgreSQL 7.0 and removed in PostgreSQL 12.
GREATER doesn't seem to be documented, but GREATEST is available
since PostgreSQL 9.
doc/antora/modules/howto/pages/modules/sqlcounter/index.adoc
raddb/mods-config/sql/counter/postgresql/dailycounter.conf
raddb/mods-config/sql/counter/postgresql/monthlycounter.conf