'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
(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
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
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
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
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.
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
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
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
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.
>
> 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
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
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
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
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
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
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.
> >
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).
>
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
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
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
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
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
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
> -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
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
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
> -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
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
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
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)--
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
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
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
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
> -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.
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
37 matches
Mail list logo