Re: [GSOC] - I ntegrity check algorithm for data files
- 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: Wed, 23 May 2007 19:08:52 +0100
- Message-id: <46548334(dot)7040606(at)postgresql(dot)org>
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
Home |
Main Index |
Thread Index