mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #45] How to set PSQL Console as plugin? #41
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tokorhon on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/45
I have set PG bin path under File | Options | Browser | Binary path. Still the Plugins dropdown menu has only disabled option "No plugins installed". How can I set PSQL Console to work as plugin?
@levinsv commented on GitHub (Aug 29, 2024):
The standard pgadmin3 installation has a plugins.d directory where the plugins.ini file describes how to use plugins.
@tokorhon commented on GitHub (Aug 29, 2024):
Thanks! This works.
Can I override the PG bin path (or any other value) stored in Windows registry in settings.ini file? I have several versions of PgAdmin III which should use different versions of psql.
@levinsv commented on GitHub (Aug 29, 2024):
I don't know. But this is unlikely.