.postgresql.org <
> pgadmin-support@lists.postgresql.org>
> *Subject:* Re: Forcing autocomplete on keypress
>
> 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
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 throu
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
On Mon, Aug 8, 2022 at 9:25 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Akshay,
>
> We need to think on cancelling the autocomplete in the backend after a
> certain timeout.
>
Sure, will check.
>
> On Fri, Aug 5, 2022 at 7:08 PM Cherio
Akshay,
We need to think on cancelling the autocomplete in the backend after a
certain timeout.
On Fri, Aug 5, 2022 at 7:08 PM Cherio wrote:
> Thanks Akshay, that's what I meant by "switched autocomplete to manual".
>
> That however doesn't really address the issu
Thanks Akshay, that's what I meant by "switched autocomplete to manual".
That however doesn't really address the issue. I can still bring down the
pgAdmin backend (for everyone using it) by clicking Ctrl+Space on a
complex/rogue SQL.
On Fri, Aug 5, 2022 at 4:35 AM Akshay
g was like in slow motion:
> the tree browser, the other SQL tabs - everything became slow as molasses.
> I logged onto the server and the "pgAdmin4.py" was keeping the CPU quite
> busy. It didn't recover for some time so I simply restarted the server and
> switched autoco
s molasses.
I logged onto the server and the "pgAdmin4.py" was keeping the CPU quite
busy. It didn't recover for some time so I simply restarted the server and
switched autocomplete to manual."
When things get really slow I find that I have to close pgadmin completely
and re-op
Hi Cherio
You can disable the automatic autocomplete option from "File -> Preferences
-> Query Tool -> Auto completion -> Autocomplete on key press". We have
also fixed an issue to stop autocomplete on arrow keys #7573
<https://redmine.postgresql.org/issues/7573> wh
I had to examine certain aspects of a query that looks like this:
SELECT COUNT(*)
FROM schema.table
WHERE id IN (
'1',
'2',
'3',
'19998',
'1',
'2'
)
I pasted the query and autocomplete kicked in. For a minute it froze
e
Hi Michel,
On Fri, Jun 28, 2019 at 10:57 PM Michel Feinstein
wrote:
> Is it there any reasons for autocomplete not to work? I am trying
> Cntrl+Space on Windows 10, pgAdmin 4.6 and it just ignores it completely.
>
I didn't find any issue with autocomplete with the latest pgAdmin
Is it there any reasons for autocomplete not to work? I am trying
Cntrl+Space on Windows 10, pgAdmin 4.6 and it just ignores it completely.
On Thu, Sep 20, 2018 at 7:20 AM Akshay Joshi
wrote:
> Hi Vladimir,
>
> On Thu, Sep 20, 2018 at 2:52 AM, Vladimir Ryabtsev
> wrote:
>
>> Auto-complete does not work on MacOS 10.13.6. By default Ctrl+Space is
>> bound to input language change on this OS. Although I un
Hi Vladimir,
On Thu, Sep 20, 2018 at 2:52 AM, Vladimir Ryabtsev
wrote:
> Auto-complete does not work on MacOS 10.13.6. By default Ctrl+Space is
> bound to input language change on this OS. Although I unbounded it,
> autocomplete still does not work (Safari, Chrome). Is there way
Auto-complete does not work on MacOS 10.13.6. By default Ctrl+Space is
bound to input language change on this OS. Although I unbounded it,
autocomplete still does not work (Safari, Chrome). Is there way to change
this keyboard shortcut in pgAdmin? Did not find it in Preferences / SQL
Editor
cia
CC: Khushboo Vashi; pgAdmin Support; pgsql-admin
Asunto: Re: Possible bug on code autocomplete pgadmin V 3.0
Hi Lazaro
It seems a bug in pgAdmin4. Can you please create one RM for this on
https://redmine.postgresql.org/projects/pgadmin4
On Tue, May 22, 2018 at 1:43 AM, Lazaro
thon 3??
>
>
>
> Regards
>
>
>
> *De:* Lazaro Garcia [mailto:lazaro3...@gmail.com]
> *Enviado el:* jueves, 19 de abril de 2018 10:17 a. m.
> *Para:* 'Khushboo Vashi'
> *CC:* 'pgAdmin Support'; 'pgsql-admin'
> *Asunto:* RE: Possible bug on co
7;pgsql-admin'
Asunto: RE: Possible bug on code autocomplete pgadmin V 3.0
Thanks for the answer.
The python version is: Python 2.7.12
For reproducing go to query tool and table fields are not autocompleted for
instance:
Select person.{ctrl+space does not autocomplete table fields
Thanks for the answer.
The python version is: Python 2.7.12
For reproducing go to query tool and table fields are not autocompleted for
instance:
Select person.{ctrl+space does not autocomplete table fields, the error is
triggered here} from person
regards
De: Khushboo Vashi
Hi,
On Wed, Apr 18, 2018 at 7:18 PM, Lazaro Garcia wrote:
> Hello everyone in the list. After installing pgadmin4 V 3.0 from source,
> the autocomplete code on query tool is not working, these errors are
> logged in my apache-error.log. I think this is a bug. Is there any help to
>
Hello everyone in the list. After installing pgadmin4 V 3.0 from source, the
autocomplete code on query tool is not working, these errors are logged in
my apache-error.log. I think this is a bug. Is there any help to solve that?
PgAdmin4 was installed from source code and running behind
21 matches
Mail list logo