[pgadmin-support] Fwd: fetchSize parameter

2014-03-12 Thread matshyeq
Hello, Could the 'default limit for the rowset size to retrieve' option be reinstated in pgAdmin (Query Tool)? It was available in v1.10: http://www.pgadmin.org/docs/1.10/query.html "In the options dialog , you can specify a default limit for

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-17 Thread matshyeq
Can't start up pgAdmin on Mac OS X 10.10.5 The screen is flicking few times finally ending with: Failed to connect to the pgAdmin application server. Click here to try again. When I try from command line I can see there's some problem with libssl.1.0.0.dylib (see below).

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread matshyeq
l.1.0.0.dylib > > -- Thanks, > Ashesh Vashi > >> >> /usr/lib/libssl.1.0.0.dylib: code signature invalid for >> '/usr/lib/libssl.1.0.0.dylib' >> >> Initial connection failed. Retrying in 2 seconds. >> Initial connection failed. Retrying i

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-21 Thread matshyeq
hesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company > <http://www.enterprisedb.com> > > > *http://www.linkedin.com/in/asheshvashi* > <http://www.linkedin.com/in/asheshvashi> > > On Tue, Feb 21, 2017 at 6:26 PM, matshyeq wrote: > >> ○ → codesign --verbos

Re: [pgadmin-support] Mac OS X error for pgAdmin 4.1.2

2017-02-22 Thread matshyeq
; sl.1.0.0.dylib > $ codesign -vvvd /Applications/pgAdmin\ 4.app/Contents/Frameworks/QtCo > re.framework/Versions/5/QtCore > $ codesign -vvvd /Applications/pgAdmin\ 4.app/Contents/Resources/venv/ > lib/python/site-packages/psycopg2/_psycopg.so > > On Wed, Feb 22, 2017 at 12:07 AM,

Re: [pgadmin-support] Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite

2017-03-10 Thread matshyeq
Hi, I seems exactly like the problem I had, see this thread: http://www.postgresql-archive.org/Re-Mac-OS-X-error-for-pgAdmin-4-1-2-td5944865.html I suggest you upgrade your OS. Thank you, Kind Regards ~Maciek On 10 March 2017 at 10:26, Attila Soki wrote: > Hi, > > i updated pgadmin4 from v1.1 t

[pgadmin-support] Accessing PgAdmin UI (v4.1.3) through web browser

2017-03-28 Thread matshyeq
Hi, For v4.1.1 I was able to copy URL (ie. http://localhost:55235/browser/#) and access interface through Chrome. Now, with v4.1.3, when I'm trying same I get: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad pa

[pgadmin-support] SQL tab - DDL syntax

2017-03-29 Thread matshyeq
Hello, I need to automate comparison of schemas between DBs. I've found that pg_dump produces different order of tables etc.. so can't directly compare that but on the other hand I see pgAdmin brings up really neat syntax (and different from pg_dump) Could you guys disclose if the logic to get SQ

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread matshyeq
r the source code https://www.pgadmin.org/development/git.php > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Wed, Mar 29, 2017 at 6:21 PM, matshyeq wrote: > >> Hello, >> >> I need to aut

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread matshyeq
wrote: > On Thu, Mar 30, 2017 at 1:17 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> On Thu, Mar 30, 2017 at 1:05 PM, matshyeq wrote: >> >>> when pressing 'Send' I felt this is the answer I'm going to get… >>> fair enou