Re: Version 8.13 now encapsulates any copy and paste value in double quotes - how to remove that?

2024-12-03 Thread Calle Hedberg
Pablo, Changing that setting has no impact on this issue - as confirmed by Aditya, it is actually a bug. But when reading the bug report, I see there IS a workaround, of sorts: You can use CTRL-X (cut) instead of CTRL-C (copy), the paste it back to the original position before pasting it into the

Re: Forcing autocomplete on keypress

2024-12-03 Thread Aditya Toshniwal
Hi Zac, You can raise a feature request here https://github.com/pgadmin-org/pgadmin4/issues/new if you have any improvement suggestions. On Wed, Dec 4, 2024 at 10:13 AM Zac Warham wrote: > Thank you for the advice Aditya. I managed to get it working by adding an > extra line in my docker entryp

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-03 Thread Surya Widyanto
Hi, I've try to move the libpq.so and libpq.so.5 to other locatiom. and restart the apache httpd. And the result is still the same, Error 500 on the web. couldn't import psycopg 'c' implementation: /usr/pgadmin4/venv/lib64/python3.9/site-packages/psycopg_c/pq.cpython-39-x86_64-linux-gnu.so

Re: Version 8.13 now encapsulates any copy and paste value in double quotes - how to remove that?

2024-12-03 Thread Aditya Toshniwal
Hi Calle, The issue is reported here - https://github.com/pgadmin-org/pgadmin4/issues/8213 On Tue, Dec 3, 2024 at 10:08 PM Calle Hedberg wrote: > Hi, > Version 8.13 has introduced encapsulation in double quotes for any value > copied from one row/column to another row/column. > That will not wo

Re: Forcing autocomplete on keypress

2024-12-03 Thread Aditya Toshniwal
Hi Zac, You can use PGADMIN_PREFERENCES_JSON_FILE in https://www.pgadmin.org/docs/pgadmin4/8.13/container_deployment.html On Wed, Dec 4, 2024 at 12:45 AM Zac Warham wrote: > We have a docker setup for pgadmin and we want to force autocomplete on > keypress at launch (not through the preferences

Forcing autocomplete on keypress

2024-12-03 Thread Zac Warham
We have a docker setup for pgadmin and we want to force autocomplete on keypress at launch (not through the preferences) using an environment variable or config of some sort. I tried modifying the file at https://github.com/pgadmin-org/pgadmin4/blob/master/web/pgadmin/tools/sqleditor/utils/query

RE: Version 8.13 now encapsulates any copy and paste value in double quotes - how to remove that?

2024-12-03 Thread PABLO ANDRES IBARRA DUPRAT
Hi .. Didi you try this?: Open File->Preferences from the menu, then navigate to "Query Tool"->"Results grid", and change the "Result copy quote character" as needed

Version 8.13 now encapsulates any copy and paste value in double quotes - how to remove that?

2024-12-03 Thread Calle Hedberg
Hi, Version 8.13 has introduced encapsulation in double quotes for any value copied from one row/column to another row/column. That will not work for me, so how can I turn that new "feature" OFF? Best regards Calle Hedberg