[pgadmin-support] dlgType.cpp - set connection missing

2011-09-26 Thread Vladimir Kokovic
Hi, # This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- Index +++ Modified In Working Tree @@ -99,6 +99,13 @@ seclabelPage = new ctlSeclabelPanel(nbNotebook); + connection = schema->GetConnection(); + if (connection->

Re: [pgadmin-support] pgadmin3 crash report

2011-09-26 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 12:02 +0200, Willy-Bas Loos wrote: > On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge > wrote: > > The adminpack should only work if you use the logging_collector and the > > default values for log_directory and log_filename. One of these is > > probably wrongly configured

Re: [pgadmin-support] foreign table->properties->options

2011-09-26 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 11:58 +0200, pasman pasmaƄski wrote: > Hi. > > I detect bug in foreign table->properties->options > Options are joined to single option as in attachment. > I dont' have the issue. Can you tell me what results are returned from this query: select * from pg_foreign_table ;

Re: [pgadmin-support] ENUM type script in pgAdmin 1.14.0

2011-09-26 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 09:33 +0200, bdmyt...@eranet.pl wrote: > My search_path is set to "$user", pg_temp I tried, and it works for me. I see the public schema in the definition of my type. Best thing to do is open the query tool, and launch "show search_path". And I'm pretty sure you'll find the

Re: [pgadmin-support] pgadmin3 crash report

2011-09-26 Thread Willy-Bas Loos
On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge wrote: > The adminpack should only work if you use the logging_collector and the > default values for log_directory and log_filename. One of these is > probably wrongly configured. the logging collector is off by default, yet the log is being co

Re: [pgadmin-support] ENUM type script in pgAdmin 1.14.0

2011-09-26 Thread bdmyt...@eranet.pl
My search_path is set to "$user", pg_temp so I think script should contain full definition regardles search_path settings (which could change during DB life cycle). Regards Bartek Pozdrawiam, Bartek --- Oryginalna wiadomo?? --- Od: Guillaume Lelarge [mailto: guilla...@lelarge.info] Wys?ane: Mon

Re: [pgadmin-support] pgadmin critical issue

2011-09-26 Thread Guillaume Lelarge
On Sat, 2011-09-24 at 13:17 -0600, J Hobbs wrote: > I have several PostgreSQL databases on a dedicated CentOS server that I > maintain using pgAdmin III on a Windows XP machine. > > > > I've come across a critical issue that concerns me and I thought I should > report it for further investigat

Re: [pgadmin-support] ENUM type script in pgAdmin 1.14.0

2011-09-26 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 09:07 +0200, bdmyt...@eranet.pl wrote: > Thanks for reply, > Maybe my post was not clear, but this bug occures only for public schema. > Please try create enum in "public" not in "a b" public is most likely in your search_path, so pgAdmin won't display it. pgAdmin only displa

Re: [pgadmin-support] ENUM type script in pgAdmin 1.14.0

2011-09-26 Thread bdmyt...@eranet.pl
Thanks for reply, Maybe my post was not clear, but this bug occures only for public schema. Please try create enum in "public" not in "a b" Regards, Bartek Pozdrawiam, Bartek --- Oryginalna wiadomo?? --- Od: Guillaume Lelarge [mailto: guilla...@lelarge.info] Wys?ane: Monday, September 26, 2011 0

Re: [pgadmin-support] ENUM type script in pgAdmin 1.14.0

2011-09-26 Thread Guillaume Lelarge
On Sun, 2011-09-25 at 23:13 +0200, bdmyt...@eranet.pl wrote: > Hi All, > I think there is a bug in "CREATE" script for ENUM types created in public > schema. > When You execute command: > CREATE TYPE public."MyEnum" AS ENUM > ('first','second', 'middle', 'last'); > and You use "Create Script" func