Re: [pgadmin-support] making me love pgAdmin III

2017-05-19 Thread jbiskofski
I think its a big improvement, but is still a little green. In a couple more versions were all gonna love it. On Fri, May 19, 2017 at 10:47 AM, Day, David wrote: > Ditto to MK's comment. > > Developers can somewhat tolerate this "alpha" state in pgadmin4. I would > never push/recommend pgadmi

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-04-04 Thread jbiskofski
this is how I got it to work : VHOST FILE == *server {* *listen *:443 ssl;* *server_name pg.YOURDOMAIN.com ;* * include /usr/local/nginx/conf/ssl.conf;* * include /usr/local/nginx/conf/proxies.conf;* * location / {* * proxy_pass http://pgad

Re: [pgadmin-support] Call for feedback on pgAdmin4 features

2017-02-27 Thread jbiskofski
xecute(cur, """ SET DateStyle=ISO; SET client_min_messages=notice; SET bytea_output=escape; SET datestyle = 'ISO,DMY'; SET client_encoding='LATIN9';""") I Hope this is useful to you. - Jose On Sun, Feb 26, 2017 at 9:34 PM, Ashesh Vashi wr

Re: [pgadmin-support] Call for feedback on pgAdmin4 features

2017-02-24 Thread jbiskofski
We use PGADMIN4 heavily in my place of work. We use it, so tech support can connect to different postgres instances of our customers. We made some modifications ( unfortunately we didnt make them in a configurable way, its all hard-coded ) 1. Currently the encoding is hard-set to utf8, we changed

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread jbiskofski
I Set up my nginx as Harshal suggested and this fixed the problem. Thanks for the help! On Wed, Feb 1, 2017 at 3:37 AM, Dave Page wrote: > > > On Wed, Feb 1, 2017 at 10:20 AM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> On Wed, Feb 1, 2017 at 3:44 PM, Dave Page wrote: >> >>> On

[pgadmin-support] pgadmin4 running behind nginx

2017-01-29 Thread jbiskofski
Hello everyone, I have installed pgadmin4 on apache 2.2 with mod_wsgi, and it seems to be working correctly. The problem is I need to run nginx in front of it to enable https and caching. When I try to access pgadmin with this setup I get errors in the browser about some elements not being able t