Compilation Orafce on CentOS 7 against pgdg repo
if somebody has problem with missing clang like "clang: command not found", then workaround can be running
make
with variable:with_llvm=no make -e
Some notes about PostgreSQL
if somebody has problem with missing clang like "clang: command not found", then workaround can be running
make
with variable:with_llvm=no make -e
pspg can be used for SQLite too. Not directly, because
sqlite
client is not too rich. But there are some possibilities:litecli
. litecli
is able to use pspg sqlite3 -csv -header testdb.db 'select * from foo2' | pspg --csv --csv-header=on --double-header