Re: Data grid: fetching/scrolling data on user demand

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Data grid: fetching/scrolling data on user demand
Date: 2017-10-16 18:03:19
Message-ID: 1508176999989-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Sorry, why is

*select * from information_schema.columns a,information_schema.columns b
*
on a newly created db is never ending ?

when
*select * from information_schema.columns a,information_schema.columns b
limit 1000*
takes less than one second ?

Is pgadmin4 really fetching only the 1000 first records ?

PAscal
SQLeo project manager

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Melvin Davidson 2017-10-16 18:16:15 Re: No commit nor Rollback button
Previous Message legrand legrand 2017-10-16 17:46:39 Re: No commit nor Rollback button