You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not connect to the PostgreSQL database with this extension. The connection string which creates the extension works, but not in the sidebar.
I am using Windows 11 with PSQL 17.
`D:\python_projekte\mira_django>set "PGPASSWORD=1234567" && psql -U postgres -h localhost -p 5432 -d postgres
psql (17.2)
WARNING: Console code page (850) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.
postgres=# `
Thanks guys :)
The text was updated successfully, but these errors were encountered:
Hi,
I can not connect to the PostgreSQL database with this extension. The connection string which creates the extension works, but not in the sidebar.
I am using Windows 11 with PSQL 17.
`D:\python_projekte\mira_django>set "PGPASSWORD=1234567" && psql -U postgres -h localhost -p 5432 -d postgres
psql (17.2)
WARNING: Console code page (850) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.
postgres=# `
Thanks guys :)
The text was updated successfully, but these errors were encountered: