Thread: PgAdmin4

PgAdmin4

From
Date:

PgAdmin 4.2.1  on windows 10 in Desktop mode

 

I have connected to a remote postgresql server and opened the query tool,if I cut and paste in an old PgAdmin3 sql file in the query tool for a particular table and run it I am only getting back the first 1000 rows, it works fine in PgAdmin3.

 

I have been through all the preferences but cant find anywhere there is a 1000 row limit.

 

Any help would be appreciated

 

Ian

Re: PgAdmin4

From
Murtuza Zabuawala
Date:
On Thu, Feb 1, 2018 at 2:53 PM, <ian.harper@vaisala.com> wrote:

PgAdmin 4.2.1  on windows 10 in Desktop mode

 

I have connected to a remote postgresql server and opened the query tool,if I cut and paste in an old PgAdmin3 sql file in the query tool for a particular table and run it I am only getting back the first 1000 rows, it works fine in PgAdmin3.

 

I have been through all the preferences but cant find anywhere there is a 1000 row limit.

​There's no such limit in pgAdmin4, What would you get when you run select count(*) on your table?​

 

Any help would be appreciated

 

Ian


RE: PgAdmin4

From
Harper Ian
Date:

Seems ok now, very strange.

 

If it happens again I will re log it.

 

Ian

 

From: Murtuza Zabuawala [mailto:murtuza.zabuawala@enterprisedb.com]
Sent: Thursday, 01 February, 2018 14:12
To: Harper Ian <ian.harper@vaisala.com>
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: PgAdmin4

 

On Thu, Feb 1, 2018 at 2:53 PM, <ian.harper@vaisala.com> wrote:

PgAdmin 4.2.1  on windows 10 in Desktop mode

 

I have connected to a remote postgresql server and opened the query tool,if I cut and paste in an old PgAdmin3 sql file in the query tool for a particular table and run it I am only getting back the first 1000 rows, it works fine in PgAdmin3.

 

I have been through all the preferences but cant find anywhere there is a 1000 row limit.

There's no such limit in pgAdmin4, What would you get when you run select count(*) on your table?

 

Any help would be appreciated

 

Ian