[pgadmin-support] Invalid URL

2016-08-08 Thread D . Z .
"Help contents", "Bug report" pages connot be opened from pgadmin menu: http://www.index.html/ http://www.bugreport.html/ .. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] Cyrillic input problem.

2016-08-08 Thread D . Z .
Sometimes I cannot enter Cyrillic characters in a text column, if the string does not start with any digit or latin character .. -- 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] unable to start pgAdmin-4 on CentOS-7

2016-08-08 Thread Venkata Balaji N
> > > Another issue is, i am unable to open-up the browser with " > http://localhost:5050/browser";. Do i need to do any specific > configuration in *.py files ? > I am able to launch the pgAdmin4 browser now. Thanks ! Regards, Venkata B N Fujitsu, Australia

Re: [pgadmin-support] unable to start pgAdmin-4 on CentOS-7

2016-08-08 Thread Venkata Balaji N
On Mon, Aug 8, 2016 at 4:40 PM, Neel Patel wrote: > Hi, > > *Issue:-* > Path was not set during running pgAdmin4 application. When you start the > application with script then it will export proper libraries path and then > application will be launched. > > Can you please try to run "launchpgadmi

Re: [pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Marc-André Goderre
Thank you for the response. Marc De : Dave Page [mailto:dp...@pgadmin.org] Envoyé : 8 août 2016 15:29 À : Marc-André Goderre Cc : pgadmin-support@postgresql.org Objet : Re: [pgadmin-support] Problem with capital letter in column name This has already been fixed for beta 4. Thanks for the report

Re: [pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Dave Page
This has already been fixed for beta 4. Thanks for the report though. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 8 Aug 2016, at 19:43, Marc-André Goderre wrote: > > I work with an existi

Re: [pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Patrick Headley
I don't know the answer regarding configuring something. I just spotted the lack of double-quotes around the field name in LINE 2: ORDER BY idMunicipaliteExterne and the lack of a capital letter in ERROR: column "idmunicipaliteexterne" does not exist. */Patrick Headley/* Linx Consulting, Inc

Re: [pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Marc-André Goderre
Thanks Patrick but I know that i have to add double-quotes with capital lettre. This issue happens only when I use the contextual menu (right click on table --> view data) It automatically create the query and open the Query window with the result. Do i must configure someting or is it a bug in p

Re: [pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Patrick Headley
Put double-quotes around it or else it will get rolled down to lower case and won't match the actual field name. */Patrick Headley/* Linx Consulting, Inc. phead...@linxco-inc.com (303) 916-5522 www.linxco-inc.com On 08/08/2016 12:43 PM, Marc-André Goderre wrote: I work with an existing datab

[pgadmin-support] Problem with capital letter in column name

2016-08-08 Thread Marc-André Goderre
I work with an existing database containing capital letter in column name. When i want to view data from conextual meny, it always send an error : i.e.: ERROR: column "idmunicipaliteexterne" does not exist LINE 2: ORDER BY idMunicipaliteExterne ^ ** Error ** ERROR