Re: [pgadmin-support] [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767)

2007-12-19 Thread Pavel Stehule
Hello it's pgAdmin bug. please report it there Regards Pavel Stehule On 19/12/2007, Boonchai <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 3829 > Logged by: Boonchai > Email address: [EMAIL PROTECT

Re: [pgadmin-support] SQL Profiler

2008-05-21 Thread Pavel Stehule
p://pgfouine.projects.postgresql.org/ Regards Pavel Stehule > > -- > Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-support > -- Sent via pgadmin-support mailing list (pgad

Re: [pgadmin-support] access to execute function without access to it content

2009-07-14 Thread Pavel Stehule
Hello PostgreSQL doesn't run procedures with owner rights, but with caller rights. If you would to change this behave, then you have to set SECURITY DEFINER flag for procedure. regards Pavel Stehule 2009/7/14 Aleksandr Peshcherskikh : > Hello support team! > I wanna do next trick.

Re: [pgadmin-support] Feature request : Reindentation of code

2010-03-02 Thread Pavel Stehule
2010/3/2 Dave Page : > On Tue, Mar 2, 2010 at 5:32 PM, Cousin Florence > wrote: >> Hi, >> >> It would be very nice to have a tool to reindent SQL queries. >> Indeed, at work, me and my colleague often have to work on queries that >> we extract from Java code or PL/pgSQL, in order to modify or stu

Re: [pgadmin-support] Feature request : Reindentation of code

2010-03-02 Thread Pavel Stehule
2010/3/2 Josh Berkus : > >> pg core has 2/3 components for this task - parser and serialisation. >> It missing only some rules for pretty printing. It cold be a good >> contrib module (with a few hooks). >> > > Yeah, just for the love of mike don't start a discussion of *how* you > should indent st

[pgadmin-support] beta testing - pgAdmin crash on macosx 10.5.8

2010-05-21 Thread Pavel Stehule
Hello pgadmin3 1.12 that comes with the bundle, doesn't work on macosx 10.5.8 reported by Tzvetan Tzankov Regards Pavel -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] beta testing - pgAdmin crash on macosx 10.5.8

2010-06-05 Thread Pavel Stehule
2010/6/5 Guillaume Lelarge : > Le 22/05/2010 03:18, Pavel Stehule a écrit : >> [...] >> pgadmin3 1.12 that comes with the bundle, doesn't work on macosx 10.5.8 >> >> reported by Tzvetan Tzankov >> > > Can you be a bit more specific on the issue. What d

Re: [pgadmin-support] beta testing - pgAdmin crash on macosx 10.5.8

2010-06-06 Thread Pavel Stehule
2010/6/6 Dave Page : > On Sun, Jun 6, 2010 at 5:43 AM, Pavel Stehule wrote: >> 2010/6/5 Guillaume Lelarge : >>> Le 22/05/2010 03:18, Pavel Stehule a écrit : >>>> [...] >>>> pgadmin3 1.12 that comes with the bundle, doesn't work on maco

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
ty to simply paste in this list > would be ideal for me. I don't know how ideal this would be for other users > using other debuggers, but perhaps others will give input here. > > A small feature that would be really sweet, as part of this, would be is > pgAdmin were able

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
>> > > using $n notation can be more faster and simpler for implementation - > and practic, because programmer can check a prepared statements or > parametrised queries in pgAdmin. > and there is a parser's hook that support searching a parameters in query. Regards P

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
2011/3/19 Eric Schwarzenbach : > On 3/19/2011 12:21 PM, Pavel Stehule wrote: >> >> 2011/3/19 Eric Schwarzenbach: >>> >>> On , Sat, 05 Mar 2011 20:39:53 +0100, Guillaume wrote >>>> >>>> Le 03/03/2011 00:03, Eric Schwarzenbach a écrit : >&

Re: [pgadmin-support] Feature Request: SQL parameters

2011-03-19 Thread Pavel Stehule
2011/3/19 Eric Schwarzenbach : > On 3/19/2011 1:52 PM, Pavel Stehule wrote: >> >> 2011/3/19 Eric Schwarzenbach: >>> >>> On 3/19/2011 12:21 PM, Pavel Stehule wrote: >>>> >>>> 2011/3/19 Eric Schwarzenbach: >>>>> >>>>

Re: [pgadmin-support] contrib module v 8.4 into 8.3.6 db

2013-11-05 Thread Pavel Stehule
Hello it would not work. A postgresql extensions holds a info about pg for it was compiled. So same version is explicitly required. The extensions uses a lot of internal not 100% immutable API usually - so it cannot work on different postgres. Regards Pavel 2013/11/5 Isabella Ghiurea > Hi L

[pgadmin-support] pgadmin4 - cannot run on Fedora 24

2016-05-26 Thread Pavel Stehule
Hi I successfully compiled pgAdmin, but any run fails with error [pavel@nemesis runtime]$ ./pgAdmin4 Traceback (most recent call last): File "/home/pavel/src/pgadmin4/web/pgAdmin4.py", line 24, in from pgadmin import create_app File "/home/pavel/src/pgadmin4/web/pgadmin/__init__.py", lin

Re: [pgadmin-support] pgadmin4 - cannot run on Fedora 24

2016-05-26 Thread Pavel Stehule
2016-05-26 9:45 GMT+02:00 Ashesh Vashi : > Hi Pavel, > > On Thu, May 26, 2016 at 1:08 PM, Pavel Stehule > wrote: > >> Hi >> >> I successfully compiled pgAdmin, but any run fails with error >> > Please install the required dependencies for pgAdmin4 by

Re: [pgadmin-support] pgadmin4 - cannot run on Fedora 24

2016-05-26 Thread Pavel Stehule
ome/user/workspace/pgAdmin4/lib/python3.4/site-packages/ > > Do let us know for any queries. > It is working now - it requires explicit PYTHONPATH Thank you for help Regards Pavel > > Thanks, > Neel Patel > > On Thu, May 26, 2016 at 2:52 PM, Pavel Stehule > wr