Laragon-pgsql
Laragon-pgsql
leokhoa ADMINISTRATORS
C:\laragon
-- bin
-- postgresql
-- postgresql-12.1
-- bin
-- doc
-- include
-- lib
-- pgAdmin 4
.....
3. Close Laragon, then open it again (to refresh the Menu). Select the
new version at: Laragon Menu > PostgreSQL> Version >
postgresql-12.1
18.2k
VIEWS
Log in to reply
leokhoa ADMINISTRATORS
Some pics:
1. Folder structure:
2. Menu:
!
3. Connect (using Terminal):
R
rizaldywirawan
As always, outstanding
kidipridi
just adding postgresql-10.5.2 to laragon and found the same error, the
webserver for pgadmin4 won't start even when opening directly from
pgAdmin 4\bin\pgAdmin4.exe
trying to change to pgAdmin3 with no luck because of too many warnings of
incompatibility, then it just crossed my mind, "Aha maybe it's just because of
that administrative privilige, so try to run pgAdmin 4\bin\pgAdmin4.exe as
administrator and it works (the browser pops out with address set to
"http://127.0.0.1:51237/browser/" so because this is my first time using
postgresql I consider it works)
leokhoa ADMINISTRATORS
Nov 30, 2019, 8:59 AM @leokhoa | 127184 points
Testing:
psql --version
createdb test
psql test
You can use pgAdmin 4 in Menu > PostgreSQL > pgAdmin 4 to operate
PostgreSQL efficiently.