Re: [pgadmin-support] Dependents show up twice?

2010-11-10 Thread Guillaume Lelarge
Hi, Le 10/11/2010 22:56, Jan-Peter Seifert a écrit : > [...] > sorry if this is already known. > > In order to test a script I gave privileges on a schema different from > public and a function and a table therein to a 'normal' login role: > > CREATE ROLE rolle LOGIN > ENCRYPTED PASSWORD '

Re: [pgadmin-support] Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?

2010-11-10 Thread Dave Page
On Wed, Nov 10, 2010 at 5:16 PM, Kevin Field wrote: > Hi folks, > > I had the debugger working in pgAdminIII at one point, some time > before upgrading to 9.0, but as of right now I can't seem to get it > working using the usual steps. I believe it may have something to do > with the DLL not loadi

[pgadmin-support] Dependents show up twice?

2010-11-10 Thread Jan-Peter Seifert
Hello, sorry if this is already known. In order to test a script I gave privileges on a schema different from public and a function and a table therein to a 'normal' login role: CREATE ROLE rolle LOGIN ENCRYPTED PASSWORD '' NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE; When I choose the

Re: [pgadmin-support] quejas

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 21:27, Fernando Hevia a écrit : > 2010/11/10 Guillaume Lelarge > >> Le 03/11/2010 19:08, Robert Galeano Fernandez a écrit : >>> Hola, por que no permiten que se modifiquen las opciones de parametro de >> una >>> funcion a travez del pgadmin ..??? es una mierda que no te permita >> h

Re: [pgadmin-support] quejas

2010-11-10 Thread Fernando Hevia
2010/11/10 Guillaume Lelarge > Le 03/11/2010 19:08, Robert Galeano Fernandez a écrit : > > Hola, por que no permiten que se modifiquen las opciones de parametro de > una > > funcion a travez del pgadmin ..??? es una mierda que no te permita > hacerlo > > visualmente en el año 2011 ya casi y tenem

Re: [pgadmin-support] Falha na inicialização PGADMIN III

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 21:19, Jeferson Alberto Rodrigues a écrit : > I will try to help Andre Almeida. > Thanks. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgre

Re: [pgadmin-support] Falha na inicialização PGADMIN III

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 21:20, André Almeida a écrit : > Pgadmin III installed on a virtual machine (virtual pc 2007) with the system > installed windows xp and I can not boot from it the following error: > "Initialization failed because of misconfiguration. Reinstalling the > application may fix this proble

Re: Re: [pgadmin-support] Falha na inicialização PGADM IN III

2010-11-10 Thread Jeferson Alberto Rodrigues
I will try to help Andre Almeida. Is the same error from Leandro Daniel Seghezzo, but the message is in my native language, but I don't knew the problem. Based on the Ashesh Vashi's anwer, I will translate to portugueese. André, teve um usuário com o mesmo problema que você, e a mensagem de erro

Re: [pgadmin-support] ERROR

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 20:50, Leandro Daniel Seghezzo a écrit : > The installation is successful. Once made this, when you want to use > the program from Start, Programs, pgadmin shows the error of the > picture. Its translation is "Could not start the application because > the configuration is incorrect. R

Re: [pgadmin-support] ERROR

2010-11-10 Thread Ashesh Vashi
It has to do with the "application initialization failed." error, because of the VC++ runtime libraries are not installed. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company *http://www.linkedin.com/in/asheshvashi*

Re: [pgadmin-support] Falha na inicialização PGADMIN III

2010-11-10 Thread Guillaume Lelarge
Le 04/11/2010 14:01, André Almeida a écrit : > Instalei o pgadmin III em uma maquina virtual (virtual pc 2007) com o > sistema windows xp instalado, e não consigo inicializar ele da o seguinte > erro: > "Falha na inicialização devido a configuração incorreta. A reinstalação do > aplicativo pode res

Re: [pgadmin-support] quejas

2010-11-10 Thread Guillaume Lelarge
Le 03/11/2010 19:08, Robert Galeano Fernandez a écrit : > Hola, por que no permiten que se modifiquen las opciones de parametro de una > funcion a travez del pgadmin ..??? es una mierda que no te permita hacerlo > visualmente en el año 2011 ya casi y tenemos que andar haciendo estas cosas > via cod

Re: [pgadmin-support] ERROR

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 19:02, Leandro Daniel Seghezzo a écrit : > win XP SP2 > Spanish > pgadmin3-1.12.1 > Some explanations would be great. And I've nothing against a screenshot, but at least, it should be in english if you want us to help you. -- Guillaume http://www.postgresql.fr http://dalibo.com

[pgadmin-support] ERROR

2010-11-10 Thread Leandro Daniel Seghezzo
win XP SP2Spanishpgadmin3-1.12.1AVISO DE CONFIDENCIALIDAD: Este mensaje y cualquier archivo adjunto que lo acompañe es para ser utilizado por el receptor y contiene información que puede ser privilegiada, confidencial o de propiedad intelectual de acuerdo a la ley aplicable. Si Ud. no es el recepto

[pgadmin-support] Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?

2010-11-10 Thread Kevin Field
Hi folks, I had the debugger working in pgAdminIII at one point, some time before upgrading to 9.0, but as of right now I can't seem to get it working using the usual steps. I believe it may have something to do with the DLL not loading correctly, because the following query: LOAD '$libdir/plugin

Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Sean Laurent
On Wed, Nov 10, 2010 at 10:12 AM, Guillaume Lelarge wrote: > Le 10/11/2010 16:52, Sean Laurent a écrit : > > On Wed, Nov 10, 2010 at 9:02 AM, Guillaume Lelarge > > wrote: > >> Le 09/11/2010 01:11, Sean Laurent a écrit : > >>> Is there an issue way to view the possible enum values for a custom > ty

Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Guillaume Lelarge
Le 10/11/2010 16:52, Sean Laurent a écrit : > On Wed, Nov 10, 2010 at 9:02 AM, Guillaume Lelarge > wrote: > >> Le 09/11/2010 01:11, Sean Laurent a écrit : >>> Is there an issue way to view the possible enum values for a custom type >> in >>> PGAdmin3? Or is my only real option to run a query like:

Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Sean Laurent
On Wed, Nov 10, 2010 at 9:02 AM, Guillaume Lelarge wrote: > Le 09/11/2010 01:11, Sean Laurent a écrit : > > Is there an issue way to view the possible enum values for a custom type > in > > PGAdmin3? Or is my only real option to run a query like: > > > > select enum_range(null::MyCustomTypeT) > >

Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Guillaume Lelarge
Le 09/11/2010 01:11, Sean Laurent a écrit : > Is there an issue way to view the possible enum values for a custom type in > PGAdmin3? Or is my only real option to run a query like: > > select enum_range(null::MyCustomTypeT) > You should see them in the type properties and in the type dialog prop