Re: No commit nor Rollback button

2017-10-15 Thread dangal
I think like you, you should have two buttons, commit and rollback -- Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

Data grid: fetching/scrolling data on user demand

2017-10-15 Thread legrand legrand
Hello, Data grid is populated without any limit by default, it could be a problem with very big datasets ... To avoid this, it is possible to limit the number of rows retrieved, but that limit is fixed, even if user tryes to scroll more data ... Is scrolling data on demand supported ? Thanks in