[pgadmin-support] pgAdmin4 not displaying geometry details nicely (for a GIS table)

2017-02-01 Thread Ronnie Taib
Hi all, I'm a newbie here, so I hope this message is relevant to this forum. I posted it in gis.stackexchange (http://gis.stackexchange.com/q/226578/90727), but I guess it belongs to the pgAdmin4 developers, really. Basically, there is a difference of behaviour between pgAdminIII and pgAdmin4

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Dan Davis
Another trick here is to let the back-end know that it is https: proxy_set_header X-Forwarded-Proto https; On Wed, Feb 1, 2017 at 12:34 PM, jbiskofski wrote: > 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 Pag

Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-02-01 Thread stancs3
Just an additional note: I am not a mousey-clicky guy and insist on the Application launcher to work. Any CLI is great in fact much better. I am only harping on this because the sequence of use from a stock install will tell something about what is going on. And of course it will be nice to see t

Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-02-01 Thread stancs3
Yes that's a typo (the only time I didn't do a copy/paste). The sequence is: 1. Make sure no pgAdmin4 processes are running. 2. Make sure no python processes are running. 3. Launch pgAdmin4 from Applications menu. 4. pgAdmin4 splash appears - the nice blue one. 5. The Fatal Error window appears w

[pgadmin-support] pgAdmin 4 - Foreign Table create script is sorting columns in alphabetical order instead of actual order

2017-02-01 Thread Shira Bezalel
Hello pgAdmin Support, I just noticed that if you click on the SQL tab or select 'CREATE Script' of a Foreign Table in pgAdmin 4, it will order the columns in alphabetical order instead of the actual order of the columns as the table was originally created. The columns listed in the SELECT stateme

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

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-02-01 Thread Rich Shepard
On Tue, 31 Jan 2017, Dan Davis wrote: I've been successful installing it into a virtualenv, without using virtualenv-wrapper. I create the virtualenv, using -p to select the python of my choice (Python 3), and then pip install from the saved wheel. Dan, I stopped reading the installation in

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Dave Page
On Wed, Feb 1, 2017 at 10:20 AM, Ashesh Vashi wrote: > On Wed, Feb 1, 2017 at 3:44 PM, Dave Page wrote: > >> On Wed, Feb 1, 2017 at 10:11 AM, Harshal Dhumal >> wrote: >> > Hi, >> > >> > When I setup my machine with below server setup and without >> proxy_redirect I >> > got slightly different b

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Ashesh Vashi
On Wed, Feb 1, 2017 at 3:44 PM, Dave Page wrote: > On Wed, Feb 1, 2017 at 10:11 AM, Harshal Dhumal > wrote: > > Hi, > > > > When I setup my machine with below server setup and without > proxy_redirect I > > got slightly different behaviour. In my case all redirects were failing > > cause browser

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Dave Page
On Wed, Feb 1, 2017 at 10:11 AM, Harshal Dhumal wrote: > Hi, > > When I setup my machine with below server setup and without proxy_redirect I > got slightly different behaviour. In my case all redirects were failing > cause browser was redirecting all request to http while server (nginx) was > con

Re: [pgadmin-support] pgadmin4 running behind nginx

2017-02-01 Thread Harshal Dhumal
Hi, When I setup my machine with below server setup and without proxy_redirect I got slightly different behaviour. In my case all redirects were failing cause browser was redirecting all request to http while server (nginx) was configure to serve only https. I didn't get any intermittent state lik

Re: [pgadmin-support] 4th Try: pgadmin4 install, launch fail

2017-02-01 Thread Dave Page
Hi On Tue, Jan 31, 2017 at 6:49 PM, stancs3 wrote: > Attached is the desktop launcher copied from /usr/share/applications/. > This was created from the install. > > Error resulting: > > "An error occurred initialising the application server: > > Failed to locate pgAdmin5.py, terminating server th

Re: [pgadmin-support] Building pgadmin4-1.1: Python3 virtual wrapper

2017-02-01 Thread Dave Page
Hi On Tue, Jan 31, 2017 at 6:42 PM, Rich Shepard wrote: > Running Slackware-14.1/32-bit on the server with python-2.7.13 and > python3-3.5.2. > > As root I try to install the virtual environment and wrapper. The former > is installed; the latter not: > > # pip3 install virtualenv virtualenv-w