Admin functions contrib

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Admin functions contrib
Date: 2004-07-27 13:25:17
Message-ID: 410657BD.509@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

These files add administrative functions to pgsql 7.5. All are used by
pgAdmin3 or will be used in the near future if available. This is meant
as contrib module, whilst IMHO all these functions should be integrated
into the backend.

Included are functions to

log file access
These where previously posted together with the logger subprocess patch
and might get committed to the backend code.

misc.
send SIGHUP to postmaster

generic file access functions
These are more restrictive than the previously posted: Write access is
necessary for files to rename and unlink, and paths are restricted to
PGDATA and the logdir.

size functions
These are 7.5 replacements for dbsize.

Regards,
Andreas

Attachment Content-Type Size
Makefile text/plain 230 bytes
admin.sql.in text/plain 2.3 KB
genfile.c text/x-csrc 9.2 KB
misc.c text/x-csrc 4.5 KB
size.c text/x-csrc 6.3 KB
README.admin text/plain 812 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-27 14:08:12 Re: casting strings to multidimensional arrays yields strange results
Previous Message Andreas Pflug 2004-07-27 13:16:04 logger subprocess