From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
Cc: | Richard Huxton <dev(at)archonet(dot)com>, Robert Mach <mach(dot)robert(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Neil Conway <neilc(at)samurai(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Heikki Linnakangas <heikki(at)enterprisedb(dot)com> |
Subject: | Re: [GSOC] - I ntegrity check algorithm for data files |
Date: | 2007-05-23 18:08:52 |
Message-ID: | 46548334.7040606@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Zdenek Kotala wrote:
>> I believe pgadmin lets you update postgresql.conf remotely,
>
> IIRC, it is possible only when you have some additional module/function
> installed on server and it works only for pgadmin, not for psql.
It needs the adminpack contrib module installed in the maintenance DB
(normally postgres).
In theory it could work for psql, but it's completely impractical -
adminpack just gives us some file IO functions which we just use to read
and write the files. All the editing logic is handled by pgAdmin.
Regards, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2007-05-23 18:16:04 | Re: [GSOC] - I ntegrity check algorithm for data files |
Previous Message | Zdenek Kotala | 2007-05-23 17:55:12 | Re: [GSOC] - I ntegrity check algorithm for data files |