Hi Periklis,
Please checkout https://www.pgadmin.org/docs/pgadmin4/6.12/config_py.html
You can configure:
DATA_DIR
LOG_FILE
SQLITE_PATH
SESSION_DB_PATH
STORAGE_DIR
On Thu, Aug 4, 2022 at 7:14 AM Periklis F. Didaskalou
wrote:
> Hello,
>
> I'm wondering if anyone else is using pgadmin on a Guix S
Hello,
I'm wondering if anyone else is using pgadmin on a Guix System machine.
I managed to edit the postgresql config file to point to a /var folder
within posgres's account.
Now I'd like to do the same with pgadmin4's need of /var/lib and
/var/log under that local /var folder in postgres's
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
entirely. Then it sort of let me do things but everything was like