Обсуждение: Running pgAdmin4

Поиск
Список
Период
Сортировка

Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in
run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?

regards,
Prasad


Re: Running pgAdmin4

От
Ashesh Vashi
Дата:
On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com> wrote:
Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


regards,
Prasad


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Re: Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com>
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com> wrote:

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in
run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com]
 
http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]


Re: Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
Has anybody encountered this ? Or it's just me ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 10:09 AM
From: "Prasad Somwanshi" <prasad.s@mail.com>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com>
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com> wrote:

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in
run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com]
 

http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]


Re: Running pgAdmin4

От
Dave Page
Дата:
The desktop runtime hasn't been tested in months afaik, so it's entirely possible something is broken at the moment. It is only PoC code right now.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On 2 Oct 2015, at 07:25, Prasad Somwanshi <prasad.s@mail.com> wrote:

Has anybody encountered this ? Or it's just me ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 10:09 AM
From: "Prasad Somwanshi" <prasad.s@mail.com>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com>
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com> wrote:

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com]
 
http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Re: Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
Ok, in that case, probably it's broken. Error mean, it doesn't like running python code in separate thread.

regards,
Prasad
 
 

Sent: Friday, October 02, 2015 at 7:54 AM
From: "Dave Page" <dpage@pgadmin.org>'t
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

The desktop runtime hasn't been tested in months afaik, so it's entirely possible something is broken at the moment. It
isonly PoC code right now. 

-- 
Dave Page
Blog: http://pgsnake.blogspot.com[http://pgsnake.blogspot.com/]
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com[http://www.enterprisedb.com/]
The Enterprise PostgreSQL Company
On 2 Oct 2015, at 07:25, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:
 
Has anybody encountered this ? Or it's just me ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 10:09 AM
From: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com[ashesh.vashi@enterprisedb.com]>
To: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in
run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com[http://www.enterprisedb.com]]
 

http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list
(pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]


Re: Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
<div style="font-family: Verdana;font-size: 12.0px;"><div>It seems , Debug mode and running server in separate thread
arenot compatible in Flask. And for Debug mode reloader need to be disabled for such case. Othewise it give error. I've
modifiedcode to disable reloader in debug mode.</div><div>This problem only affects desktop
runtime.</div><div> </div><div>thanksand regards,</div><div>Prasad Somwanshi<br />  <br />  <br /><br /> Sent: Friday,
October02, 2015 at 8:13 AM<br /> From: "Prasad Somwanshi" <prasad.s@mail.com><br /> To: pgadmin-hackers
<pgadmin-hackers@postgresql.org><br/> Subject: Re: [pgadmin-hackers] Running pgAdmin4<br /> Ok, in that case,
probablyit's broken. Error mean, it doesn't like running python code in separate thread.<br /><br /> regards,<br />
Prasad<br/>  <br />  <br /><br /> Sent: Friday, October 02, 2015 at 7:54 AM<br /> From: "Dave Page"
<dpage@pgadmin.org>'t<br/> To: "Prasad Somwanshi" <prasad.s@mail.com><br /> Cc: pgadmin-hackers
<pgadmin-hackers@postgresql.org><br/> Subject: Re: [pgadmin-hackers] Running pgAdmin4<br /><br /> The desktop
runtimehasn't been tested in months afaik, so it's entirely possible something is broken at the moment. It is only PoC
coderight now.<br /><br /> -- <br /> Dave Page<br /> Blog: <a href="http://pgsnake.blogspot.com"
target="_blank">http://pgsnake.blogspot.com</a>[<ahref="http://pgsnake.blogspot.com/"
target="_blank">http://pgsnake.blogspot.com/</a>[<ahref="http://pgsnake.blogspot.com/"
target="_blank">http://pgsnake.blogspot.com/</a>]]<br/> Twitter: @pgsnake<br /><br /> EnterpriseDB UK:<a
href="http://www.enterprisedb.com"target="_blank">http://www.enterprisedb.com</a>[<a href="http://www.enterprisedb.com"
target="_blank">http://www.enterprisedb.com</a>][<ahref="http://www.enterprisedb.com/"
target="_blank">http://www.enterprisedb.com/</a>[<ahref="http://www.enterprisedb.com/"
target="_blank">http://www.enterprisedb.com/</a>]]<br/> The Enterprise PostgreSQL Company<br /> On 2 Oct 2015, at
07:25,Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:<br />  <br /> Has anybody encountered this ?
Orit's just me ?<br /><br /> regards,<br /> Prasad<br />  <br />  <br /><br /> Sent: Thursday, October 01, 2015 at
10:09AM<br /> From: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]><br /> To: pgadmin-hackers
<pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]><br/> Subject: Re: [pgadmin-hackers] Running
pgAdmin4<br/> I think, I did. Is there any specific settings I might have missed there ?<br /><br /> regards,<br />
Prasad<br/>  <br />  <br /><br /> Sent: Thursday, October 01, 2015 at 6:34 AM<br /> From: "Ashesh Vashi"
<ashesh.vashi@enterprisedb.com[ashesh.vashi@enterprisedb.com]><br/> To: "Prasad Somwanshi"
<prasad.s@mail.com[prasad.s@mail.com]><br/> Cc: pgadmin-hackers
<pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]><br/> Subject: Re: [pgadmin-hackers] Running
pgAdmin4<br/><br /> On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]>
wrote:<br/><br /> Hi,<br /><br /> I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server
runs.Andable to access using browser.<br /> Then I tried running desktop application, it throws following error,<br
/><br/> Traceback (most recent call last):<br />   File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73,
in<module><br />     app.run(port=server_port)<br />   File "/usr/lib/python2.7/dist-packages/flask/app.py", line
772,in run<br />     run_simple(host, port, self, **options)<br />   File
"/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py",line 622, in run_simple<br />  
 reloader_type)<br />   File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py",
line263, in run_with_reloader<br />     signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))<br /> ValueError:
signalonly works in main thread<br /> Initial connection failed. Retrying in 2 seconds.<br /> Initial connection
failed.Retrying in 3 seconds.<br /> Initial connection failed. Retrying in 4 seconds.<br /> Initial connection failed
aftermultiple attempts. Aborting.<br /><br /><br /> I can see what error says. As Qt application spawns separate thread
torun server, which apparently is not allowed.<br /> Am I missing something ?<br /> Have you created
config_local.py?<br/>  <br /><br /> --<br /> Thanks & Regards,<br /><br /> Ashesh Vashi<br /> EnterpriseDB INDIA:
EnterprisePostgreSQL Company[<a href="http://www.enterprisedb.com" target="_blank">http://www.enterprisedb.com</a>[<a
href="http://www.enterprisedb.com"target="_blank">http://www.enterprisedb.com</a>][<a
href="http://www.enterprisedb.com"target="_blank">http://www.enterprisedb.com</a>[<a href="http://www.enterprisedb.com"
target="_blank">http://www.enterprisedb.com</a>]]]<br/>  <br /><a href="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>]][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>]]][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>]][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>][<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>[<ahref="http://www.linkedin.com/in/asheshvashi"
target="_blank">http://www.linkedin.com/in/asheshvashi</a>]]]]<br/> regards,<br /> Prasad<br /><br /><br /> --<br />
Sentvia pgadmin-hackers mailing list
(pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]])<br
/>To make changes to your subscription:<br /><a href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]]][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]]]]<br/><br /><br /> --<br /> Sent via
pgadmin-hackersmailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])<br /> To make changes to
yoursubscription:<br /><a href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]]]<br/><br /><br /> --<br /> Sent via
pgadmin-hackersmailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])<br /> To make changes to
yoursubscription:<br /><a href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>][<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]]<br/><br /><br /> --<br /> Sent via
pgadmin-hackersmailing list (pgadmin-hackers@postgresql.org)<br /> To make changes to your subscription:<br /><a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>[<a
href="http://www.postgresql.org/mailpref/pgadmin-hackers"
target="_blank">http://www.postgresql.org/mailpref/pgadmin-hackers</a>]</div></div>

Re: Running pgAdmin4

От
Ashesh Vashi
Дата:
Hi Prasad,

Please check the current code.


--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Sat, Oct 24, 2015 at 4:47 AM, Prasad Somwanshi <prasad.s@mail.com> wrote:
It seems , Debug mode and running server in separate thread are not compatible in Flask. And for Debug mode reloader need to be disabled for such case. Othewise it give error. I've modified code to disable reloader in debug mode.
This problem only affects desktop runtime.
 
thanks and regards,
Prasad Somwanshi
 
 

Sent: Friday, October 02, 2015 at 8:13 AM
From: "Prasad Somwanshi" <prasad.s@mail.com>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
Ok, in that case, probably it's broken. Error mean, it doesn't like running python code in separate thread.

regards,
Prasad
 
 

Sent: Friday, October 02, 2015 at 7:54 AM
From: "Dave Page" <dpage@pgadmin.org>'t
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

The desktop runtime hasn't been tested in months afaik, so it's entirely possible something is broken at the moment. It is only PoC code right now.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com[http://pgsnake.blogspot.com/[http://pgsnake.blogspot.com/]]
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com[http://www.enterprisedb.com][http://www.enterprisedb.com/[http://www.enterprisedb.com/]]

The Enterprise PostgreSQL Company
On 2 Oct 2015, at 07:25, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:
 
Has anybody encountered this ? Or it's just me ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 10:09 AM
From: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com[ashesh.vashi@enterprisedb.com]>
To: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com[http://www.enterprisedb.com][http://www.enterprisedb.com[http://www.enterprisedb.com]]]
 
http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]]]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: Running pgAdmin4

От
"Prasad Somwanshi"
Дата:
Ofcourse, it's fixed now.

thanks,
Prasad
 
 

Sent: Saturday, October 24, 2015 at 6:45 AM
From: "Ashesh Vashi" <ashesh.vashi@enterprisedb.com>
To: "Prasad Somwanshi" <prasad.s@mail.com>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

Hi Prasad,
 Please check the current code.
 
 

--
Thanks & Regards,

Ashesh Vashit's
EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.com]
 
http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]
 
On Sat, Oct 24, 2015 at 4:47 AM, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com]> wrote:

It seems , Debug mode and running server in separate thread are not compatible in Flask. And for Debug mode reloader
needto be disabled for such case. Othewise it give error. I've modified code to disable reloader in debug mode. 
This problem only affects desktop runtime.
 
thanks and regards,
Prasad Somwanshi
 
 

Sent: Friday, October 02, 2015 at 8:13 AM
From: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
To: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
Ok, in that case, probably it's broken. Error mean, it doesn't like running python code in separate thread.

regards,
Prasad
 
 

Sent: Friday, October 02, 2015 at 7:54 AM
From: "Dave Page" <dpage@pgadmin.org[dpage@pgadmin.org]>'t
To: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com]>
Cc: pgadmin-hackers <pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

The desktop runtime hasn't been tested in months afaik, so it's entirely possible something is broken at the moment. It
isonly PoC code right now. 

-- 
Dave Page

Blog: http://pgsnake.blogspot.com[http://pgsnake.blogspot.com][http://pgsnake.blogspot.com/[http://pgsnake.blogspot.com/][http://pgsnake.blogspot.com/[http://pgsnake.blogspot.com/]]]
Twitter: @pgsnake

EnterpriseDB
UK:http://www.enterprisedb.com[http://www.enterprisedb.com][http://www.enterprisedb.com[http://www.enterprisedb.com]][http://www.enterprisedb.com/[http://www.enterprisedb.com/][http://www.enterprisedb.com/[http://www.enterprisedb.com/]]]

The Enterprise PostgreSQL Company
On 2 Oct 2015, at 07:25, Prasad Somwanshi <prasad.s@mail.com[prasad.s@mail.com][prasad.s@mail.com[prasad.s@mail.com]]>
wrote:
 
Has anybody encountered this ? Or it's just me ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 10:09 AM
From: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com][prasad.s@mail.com[prasad.s@mail.com]]>
To: pgadmin-hackers
<pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4
I think, I did. Is there any specific settings I might have missed there ?

regards,
Prasad
 
 

Sent: Thursday, October 01, 2015 at 6:34 AM
From: "Ashesh Vashi"
<ashesh.vashi@enterprisedb.com[ashesh.vashi@enterprisedb.com][ashesh.vashi@enterprisedb.com[ashesh.vashi@enterprisedb.com]]>
To: "Prasad Somwanshi" <prasad.s@mail.com[prasad.s@mail.com][prasad.s@mail.com[prasad.s@mail.com]]>
Cc: pgadmin-hackers
<pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]]>
Subject: Re: [pgadmin-hackers] Running pgAdmin4

On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi
<prasad.s@mail.com[prasad.s@mail.com][prasad.s@mail.com[prasad.s@mail.com]]>wrote: 

Hi,

I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser.
Then I tried running desktop application, it throws following error,

Traceback (most recent call last):
  File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, in <module>
    app.run(port=server_port)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/serving.py", line 622, in run_simple
    reloader_type)
  File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/_reloader.py", line 263, in
run_with_reloader
    signal.signal(signal.SIGTERM, lambda *args: sys.exit(0))
ValueError: signal only works in main thread
Initial connection failed. Retrying in 2 seconds.
Initial connection failed. Retrying in 3 seconds.
Initial connection failed. Retrying in 4 seconds.
Initial connection failed after multiple attempts. Aborting.


I can see what error says. As Qt application spawns separate thread to run server, which apparently is not allowed.
Am I missing something ?
Have you created config_local.py?
 

--
Thanks & Regards,

Ashesh VashiEnterpriseDB INDIA: Enterprise PostgreSQL
Company[http://www.enterprisedb.com[http://www.enterprisedb.com][http://www.enterprisedb.com[http://www.enterprisedb.com]][http://www.enterprisedb.com[http://www.enterprisedb.com][http://www.enterprisedb.com[http://www.enterprisedb.com]]]]
 

http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi][http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvashi]]]]]
regards,
Prasad


--
Sent via pgadmin-hackers mailing list
(pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]]])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]]]


--
Sent via pgadmin-hackers mailing list
(pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]]


--
Sent via pgadmin-hackers mailing list
(pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org][pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org]])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]]


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:

http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers][http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]]

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadmin-hackers@postgresql.org])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.org/mailpref/pgadmin-hackers]