[pgadmin-support] Error on tools - server configuration and status

2012-09-26 Thread Colin Beckingham
'serverlog' and not 'pg_log'. I'm trying to sort this out. Pgadmin runs fine, sees the localhost server and most ops are good, but: Select Tools -> server configuration, leads to exception as below. Perhaps all I need is a symbolic link from pg_log to s

Re: [pgadmin-support] Server Configuration Tool not working

2012-01-05 Thread bluehandtalking
(could be it works in other situations), and the one that got the server configuration tool working on my Debian Squeeze PostgreSQL 8.4 (with contrib/admin pack). *Wrong:* su - postgres psql template1 < /usr/share/postgresql/8.4/contrib/adminpack.sql *Right* sudo -u postgres psql -d postgres

Re: [pgadmin-support] Server Configuration Tool not working

2012-01-05 Thread Guillaume Lelarge
On Wed, 2012-01-04 at 23:57 -0800, Jerrold "Eric" Thompson wrote: > I am using pgadmin3, v1.10.5 on Debian Squeeze with PostgreSQL 8.4 > 1.10 is not maintained anymore. Please upgrade to a more recent release. > I have installed the adminpack, by running the following: > > su - postgres > psql

[pgadmin-support] Server Configuration Tool not working

2012-01-04 Thread Jerrold "Eric" Thompson
ATE FUNCTION CREATE FUNCTION CREATE FUNCTION CREATE FUNCTION However, the server configuration tool is still not available under the tools menu. This is true even when I am logged in as superuser. Shows up highlighted before connecting to a database, but then it is no longer selectable. Tha

Re: SOLVED [pgadmin-support] pgadminIII Configuration problem

2011-03-06 Thread Boblitz John
Betreff: Re: [pgadmin-support] pgadminIII Configuration problem Hi, Le 01/03/2011 11:04, Boblitz John a écrit : > [...] > I have the following setup: > > Debian <> Server with the following PostgreSQL modules: > > i odbc-postgresql

Re: [pgadmin-support] pgadminIII Configuration problem

2011-03-05 Thread Guillaume Lelarge
Hi, Le 01/03/2011 11:04, Boblitz John a écrit : > [...] > I have the following setup: > > Debian <> Server with the following PostgreSQL modules: > > i odbc-postgresql 1:08.03.02 > 1:08.03.02 > i pgadmin3 1.

Re: [pgadmin-support] pgadminIII Configuration problem

2011-03-04 Thread Dave Page
On Fri, Mar 4, 2011 at 6:54 AM, Boblitz John wrote: > I can see the database and can query the test file.  However, I keep > getting the message that an adminpack needs to be set up. > Supposedly, this is already in the postgresql-contrib* - but I am unable > to find the correct Directory /usr/loc

[pgadmin-support] pgadminIII Configuration problem

2011-03-03 Thread Boblitz John
Good Morning, Please forgive the resend on this - but I haven't found a solution for this ... I have the following setup: Debian <> Server with the following PostgreSQL modules: i odbc-postgresql 1:08.03.02 1:08.03.02 i pgadmin3

[pgadmin-support] pgadminIII Configuration problem

2011-03-01 Thread Boblitz John
Good Morning, I have the following setup: Debian <> Server with the following PostgreSQL modules: i odbc-postgresql 1:08.03.02 1:08.03.02 i pgadmin3 1.10.5-1 1.10.5-1 i A pgadmin3-data

Re: [pgadmin-support] BUG: CEST FATAL: unrecognized configuration parameter "application_name"

2010-10-18 Thread Milan Jaroš
Okay, thank you so much. We will update ASAP. RESOLVED Regards, Milan On Fri, Oct 15, 2010 at 4:26 PM, Peter Geoghegan < [email protected]> wrote: > > They're harmless, but I'll bet you're not using the latest point > > release of the 8.2 server. It shouldn't give out that message. >

Re: [pgadmin-support] BUG: CEST FATAL: unrecognized configuration parameter "application_name"

2010-10-15 Thread Peter Geoghegan
> They're harmless, but I'll bet you're not using the latest point > release of the 8.2 server. It shouldn't give out that message. A new feature was added in 9.0, to be able to specify an application name. Because people using the 9.0 client lib might have problems when connecting to an earlier v

Re: [pgadmin-support] BUG: CEST FATAL: unrecognized configuration parameter "application_name"

2010-10-15 Thread Dave Page
On Fri, Oct 15, 2010 at 8:33 AM, Milan Jaroš wrote: > I am getting following message in log > /var/log/postgresql/postgresql-8.2-main.log: > CEST FATAL: unrecognized configuration parameter "application_name" > > pgAdmin version: 1.12.1 > pgAdmin OS: Windows XP S

[pgadmin-support] BUG: CEST FATAL: unrecognized configuration parameter "application_name"

2010-10-15 Thread Milan Jaroš
I am getting following message in log /var/log/postgresql/postgresql-8.2-main.log: CEST FATAL: unrecognized configuration parameter "application_name" pgAdmin version: 1.12.1 pgAdmin OS: Windows XP SP3 PostgreSQL version: 8.2 PostgreSQL OS: Debian 5.0.4 I have installed 1.10.5 too but

Re: [pgadmin-support] Text Search Configuration Mapping displayed out of order, pgAdmin 1.10.0

2009-11-16 Thread Guillaume Lelarge
Le vendredi 13 novembre 2009 à 17:09:33, Jean-Pierre Pelletier a écrit : > To reverse engineer the definition of a text search configuration, pgAdmin > uses a query with an incomplete ORDER BY such as: > > SELECT >(SELECT t.alias FROM pg_catalog.ts_token_type(cfgparser) AS t

Re: [pgadmin-support] Text Search Configuration Mapping displayed out of order, pgAdmin 1.10.0

2009-11-13 Thread Jean-Pierre Pelletier
To reverse engineer the definition of a text search configuration, pgAdmin uses a query with an incomplete ORDER BY such as: SELECT (SELECT t.alias FROM pg_catalog.ts_token_type(cfgparser) AS t WHERE t.tokid = maptokentype) AS tokenalias, dictname FROM pg_ts_config_map LEFT OUTER

[pgadmin-support] Text Search Configuration Mapping displayed out of order, pgAdmin 1.10.0

2009-11-11 Thread Jean-Pierre Pelletier
TE SCHEMA my_text_search_configuration; CREATE TEXT SEARCH CONFIGURATION my_text_search_configuration.mytsconfig_english ( PARSER = "default" ); ALTER TEXT SEARCH CONFIGURATION my_text_search_configuration.mytsconfig_english ADD MAPPING FOR asciihword WITH english_stem,simple; ALTER TEXT S

Re: [pgadmin-support] ERROR: unrecognized configuration parameter shared_preload_libraries

2009-10-27 Thread Guillaume Lelarge
Le mardi 27 octobre 2009 à 10:37:55, Thom Brown a écrit : > 2009/10/27 Alain MATHIEU > > > Hi, > > > > I get the message "ERROR: unrecognized configuration parameter > > "shared_preload_libraries" when attempting to open the triggers node. > >

Re: [pgadmin-support] ERROR: unrecognized configuration parameter shared_preload_libraries

2009-10-27 Thread Thom Brown
2009/10/27 Alain MATHIEU > Hi, > > I get the message "ERROR: unrecognized configuration parameter > "shared_preload_libraries" when attempting to open the triggers node. > I am working on Mac OS X 10.5.8. > I use pgAdmin3 V 1.10.0 (Jun 27 2009, rev: 7948). >

[pgadmin-support] ERROR: unrecognized configuration parameter shared_preload_libraries

2009-10-27 Thread Alain MATHIEU
Hi, I get the message "ERROR: unrecognized configuration parameter "shared_preload_libraries" when attempting to open the triggers node. I am working on Mac OS X 10.5.8. I use pgAdmin3 V 1.10.0 (Jun 27 2009, rev: 7948). Thank you for your time. Alain

Re: [pgadmin-support] Per-function configuration parameters loss

2009-10-05 Thread Dave Page
2009/10/2 Dmitry Samokhin : > When any server configuration parameters (or variables) are set on a > per-function basis, the script displayed in the pgAdmin SQL pane looks like > this: > > CREATE OR REPLACE FUNCTION ... ; > ALTER FUNCTION ... SET ...; > > If then I edit th

Re: [pgadmin-support] ERROR: unrecognized configuration parameter "shared_preload_libraries"

2009-10-04 Thread Guillaume Lelarge
Le samedi 3 octobre 2009 à 07:43:55, Piaff33z a écrit : > I have this strange Error between my PgAdmin V1.10.0 Windows Release > and my Posgresql server 8.0.22 when i click on trigger Functions... > This is already fixed, and will be available in 1.10.1. Thanks for your report. -- Guillaum

[pgadmin-support] ERROR: unrecognized configuration parameter "shared_preload_libraries"

2009-10-02 Thread Piaff33z
I have this strange Error between my PgAdmin V1.10.0 Windows Release and my Posgresql server 8.0.22 when i click on trigger Functions... Vic -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgad

[pgadmin-support] Per-function configuration parameters loss

2009-10-02 Thread Dmitry Samokhin
When any server configuration parameters (or variables) are set on a per-function basis, the script displayed in the pgAdmin SQL pane looks like this: CREATE OR REPLACE FUNCTION ... ; ALTER FUNCTION ... SET ...; If then I edit the function body and save my work, all variables are lost, since

[pgadmin-support] Feature request: On demand Configuration data save

2009-07-11 Thread Mark Murawski
It would be really really great if when you added a new server, or changed local settings, that it wrote out the config file. When pgadmin crashes, you lose any settings changes. -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: htt

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Dave Page
> -Original Message- > From: Arnaud Lesauvage [mailto:[EMAIL PROTECTED] > Sent: 21 August 2006 15:07 > To: Dave Page > Cc: [email protected] > Subject: Re: [pgadmin-support] MSysConf configuration > > Dave Page wrote: > >> If not, where co

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Dave Page wrote: If not, where could I get an older binary version of pgAdmin for windows with this module ? http://www.postgresql.org/ftp/pgadmin3/unsupported/ Thanks a lot Dave ! Unfortunately, it does not seem to work on my system. If I try to connect to my server, I get an error about da

[pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Hi list ! I have read about a plugin to create the MSysConf table use by jet for linked tables. I am using pgAdmin 1.4.3, and I have not seen anything like this. Is it not included anymore ? If not, where could I get an older binary version of pgAdmin for windows with this module ? Thanks a

Re: [pgadmin-support] MSysConf configuration

2006-08-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Arnaud Lesauvage > Sent: 21 August 2006 14:42 > To: [email protected] > Subject: [pgadmin-support] MSysConf configuration > > Hi list ! > > I have

[pgadmin-support] MSysConf configuration

2006-08-21 Thread Arnaud Lesauvage
Hi list ! I have read about a plugin to create the MSysConf table use by jet for linked tables. I am using pgAdmin 1.4.3, and I have not seen anything like this. Is it not included anymore ? If not, where could I get an older binary version of pgAdmin for windows with this module ? Thanks a lot

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: Andreas Pflug wrote: You certainly can contribute something like that, it could accompany the "local server detection" stuff for win32. Show the code! I just wish pgAdmin was written in PHP-GTK. :) Coding is coding, and if you want PHP you can use phppgadmin. For pgadmin's

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Justin Clift
Andreas Pflug wrote: You certainly can contribute something like that, it could accompany the "local server detection" stuff for win32. Show the code! I just wish pgAdmin was written in PHP-GTK. :) + Justin Regards, Andreas ---(end of broadcast)--

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: For example, with a centalised repository we could have some kind of (SNMP?) daemon that keeps the repository updated with the status of the databases. If pgAdmin could also hook into this kind of repository, it could leverage off of the information there. Definitions of se

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Justin Clift
Andreas Pflug wrote: That way a central server could hold all of the configuration info for the company databases, and people can connect to that central server which will provide all the needed info for connecting to other databases. IMHO, it's not worth the effort. pgAdmin3 isn't t

Re: [pgadmin-support] Storing configuration in a centralised database?

2004-08-17 Thread Andreas Pflug
Justin Clift wrote: Hi all, Has any thought been given to storing the pgAdmin configuration in a cental database? Yes, you :-) That way a central server could hold all of the configuration info for the company databases, and people can connect to that central server which will provide all the

[pgadmin-support] Storing configuration in a centralised database?

2004-08-16 Thread Justin Clift
Hi all, Has any thought been given to storing the pgAdmin configuration in a cental database? That way a central server could hold all of the configuration info for the company databases, and people can connect to that central server which will provide all the needed info for connecting to

Re: Configuration

2002-03-03 Thread Dave Page
> -Original Message- > From: Raveendra Yerraguntla [mailto:[EMAIL PROTECTED]] > Sent: 03 March 2002 21:25 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Configuration > > > > I ran Setup.exe of CYGWIn and looks every things installed > properly.

Configuration

2002-03-03 Thread Raveendra Yerraguntla
I ran Setup.exe of CYGWIn and looks every things installed properly. Then I ran ./configure at the right place(Postgresql-7.2 directory). While checking I got the following errors Is gcc cross compiler no using CFLAGS=-02 checking whether gcc -02 works no configure : error: installation or co