Basic support for passing postgresql uri on the commandline

This commit is contained in:
eelke 2025-02-17 18:09:19 +01:00
parent 4b4c95e57e
commit 4caccf1000
11 changed files with 453 additions and 192 deletions

View file

@ -88,7 +88,8 @@ SOURCES += \
catalog/PgAcl.cpp \
catalog/PgSequence.cpp \
catalog/PgSequenceContainer.cpp \
utils/HumanReadableBytes.cpp
utils/HumanReadableBytes.cpp \
utils/PostgresqlUrlParser.cpp
HEADERS += \
Pglablib.h \
@ -164,7 +165,8 @@ HEADERS += \
catalog/PgAcl.h \
catalog/PgSequence.h \
catalog/PgSequenceContainer.h \
utils/HumanReadableBytes.h
utils/HumanReadableBytes.h \
utils/PostgresqlUrlParser.h
unix {
target.path = /usr/lib