Discussion:
PGAdmin on Windows (yeah, i know!!) and registry/.ini questions
(too old to reply)
David Wooffindin
2013-02-04 08:03:13 UTC
Permalink
Hi,
My question: are there any real docs on how to ‘force’ registry values so that all users get some preconfigured servers . . .
That or, how to do it via an .ini file, cos the example ini doesn’t really say how to do what I’m looking to do.
I’m trying to use AD/GPO to configure predefined servers for different sites within our organization and I’m sort of going nuts trying to find how to do this.
Of course, mostly being screwed over due to GPO & AD, as opposed to pgadmin
.
Thanks for your time

David Wooffindin


***************************************************************
Consider the environment before printing this message.

To read Autoliv's Information and Confidentiality Notice, follow this link:
http://www.autoliv.com/disclaimer.html
***************************************************************
Carlo Stonebanks
2013-02-04 21:56:38 UTC
Permalink
I would imagine he means, ‘Can PgAdmin be distributed in such a way that the user does not have to setup DB connections themselves. But are preconfigured’.



If so, then this is a PgAdmin question, not a PostgreSQL question.



From: pgsql-general-***@postgresql.org [mailto:pgsql-general-***@postgresql.org] On Behalf Of John R Pierce
Sent: February 4, 2013 4:23 PM
To: pgsql-***@postgresql.org
Subject: Re: [GENERAL] PGAdmin on Windows (yeah, i know!!) and registry/.ini questions



On 2/4/2013 12:03 AM, David Wooffindin wrote:

My question: are there any real docs on how to ‘force’ registry values so that all users get some preconfigured servers . . .

That or, how to do it via an .ini file, cos the example ini doesn’t really say how to do what I’m looking to do.

I’m trying to use AD/GPO to configure predefined servers for different sites within our organization and I’m sort of going nuts trying to find how to do this.

Of course, mostly being screwed over due to GPO & AD, as opposed to pgadmin
.

Thanks for your time



what exactly do you mean by, 'preconfigured servers' ? Postgres makes no use of the registry except the service definition, and that should be created with the pg_ctl command, or with the system sc command. creating databases and roles can/should be done with a sql script run through psql.exe
--
john r pierce 37N 122W
somewhere on the middle of the left coast
John R Pierce
2013-02-04 21:22:36 UTC
Permalink
Post by David Wooffindin
My question: are there any real docs on how to ‘force’ registry values
so that all users get some preconfigured servers . . .
That or, how to do it via an .ini file, cos the example ini doesn’t
really say how to do what I’m looking to do.
I’m trying to use AD/GPO to configure predefined servers for different
sites within our organization and I’m sort of going nuts trying to
find how to do this.
Of course, mostly being screwed over due to GPO & AD, as opposed to pgadmin
.
Thanks for your time
what exactly do you mean by, 'preconfigured servers' ? Postgres
makes no use of the registry except the service definition, and that
should be created with the pg_ctl command, or with the system sc
command. creating databases and roles can/should be done with a sql
script run through psql.exe
--
john r pierce 37N 122W
somewhere on the middle of the left coast
Loading...