On Sun, Oct 15, 2017 at 12:49 AM, legrand legrand <
legrand_legr...@hotmail.com> wrote:
> Is there a way to sort data by clicking on the column ?
>
No, it is not possible to sort data by clicking on column in pgAdmin4, you
have to right your own filter code.
>
>
>
> --
> Sent from: http://www.po
Please note, I am not PgAdmin4 support.
However, it seems to me that what you want is handled in File Preferences
SQL Editor
Options Auto commit? True/False
Auto rollback? True/False
Melvin Davidson 🎸
I reserve the right to fantasize. Whether or not you
Is there a way to sort data by clicking on the column ?
--
Sent from:
http://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html
Hello,
Most of RDBMS users don't want to use autocommit mode expecting to have a
change to Rollback in case of problem.
Most of database GUI have Commit/ Rollback buttons (greyed in autocommit
mode, enabled in non autocommit mode).
Is there a chance to see thoses buttons (using preferences or ot