Home
last modified time | relevance | path

Searched refs:LIBPQ (Results 1 – 25 of 118) sorted by relevance

12345

/dports/databases/py-psycopg2/psycopg2-2.9.2/scripts/build/
H A Dbuild_macos.sh54 export LIBPQ=$(delocate-listdeps ${wheeldir}/*.whl | grep libpq)
63 mv "$LIBPQ" "${LIBPQ}-bye"
82 mv "${LIBPQ}-bye" "$LIBPQ"
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/postgresql/
H A Dconfigure4762 test -z "$value" || LIBPQ="${LIBPQ}${LIBPQ:+ }$value"
4885 LIBPQ="${LIBPQ}${LIBPQ:+ }$found_so"
4898 LIBPQ="${LIBPQ}${LIBPQ:+ }$found_so"
4930 LIBPQ="${LIBPQ}${LIBPQ:+ }-L$found_dir"
4942 LIBPQ="${LIBPQ}${LIBPQ:+ }$found_a"
5098 LIBPQ="${LIBPQ}${LIBPQ:+ }$dep"
5105 LIBPQ="${LIBPQ}${LIBPQ:+ }-l$name"
5122 LIBPQ="${LIBPQ}${LIBPQ:+ }$flag"
5129 LIBPQ="${LIBPQ}${LIBPQ:+ }$flag"
5144 ac_cv_libpq_libs="$LIBPQ"
[all …]
H A Dconfigure.in14 dnl Search for libpq and define LIBPQ, LTLIBPQ and INCPQ.
26 AC_LIB_APPENDTOVAR([LIBS], [$LIBPQ])
/dports/dns/mydns/mydns-1.1.0/m4/
H A Dmydns.m4169 if test -n "$LIBPQ"; then
170 LIBPQ="$LIBPQ -lcrypt"
618 ## Find PostgresSQL client library (@LIBPQ@)
635 LIBPQ="-L$dir -lpq"
640 AC_SUBST(LIBPQ)
722 if test -n "$LIBPQ" -a -n "$PQ_INCLUDE"; then
759 LIBSQL="$LIBPQ"
/dports/dns/mydns-ng/mydns-1.2.8.31/m4/
H A Dmydns.m4169 if test -n "$LIBPQ"; then
170 LIBPQ="$LIBPQ -lcrypt"
642 ## Find PostgresSQL client library (@LIBPQ@)
659 LIBPQ="-L$dir -lpq"
664 AC_SUBST(LIBPQ)
746 if test -n "$LIBPQ" -a -n "$PQ_INCLUDE"; then
783 LIBSQL="$LIBPQ"
/dports/databases/pgbarman/barman-release-2.17/doc/barman.5.d/
H A D50-conninfo.md7 [conninfo]: https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
/dports/databases/pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql10-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql11-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql14-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql96-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql12-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/postgresql13-pgtcl/pgtcl2.1.1/
H A Dbcc32.mak28 LIBPQ=$(POSTGRESQL)\interfaces\libpq macro
30 LIBPQDIR=$(LIBPQ)\Release
36 INCLUDES=-I$(POSTGRESQL)\include -I$(LIBPQ) -I$(TCL)\include
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/docs/
H A Dconfigitems.rst122 <https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-HOST>`_
127 <https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-PORT>`_
132 <https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-USER>`_
/dports/databases/py-psycopg2/psycopg2-2.9.2/doc/src/
H A Dextensions.rst274 … .. _PQgetlength: https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQGETLENGTH
275 .. _PQfsize: https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQFSIZE
276 .. _PQftable: https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQFTABLE
277 … .. _PQftablecol: https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQFTABLECOL
621 .. __: https://www.postgresql.org/docs/current/static/libpq-misc.html#LIBPQ-PQLIBVERSION
655 .. __: https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
669 … .. __: https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PQCONNINFOPARSE
683 … .. __: https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQESCAPEIDENTIFIER
714 … .. __: https://www.postgresql.org/docs/current/static/libpq-misc.html#LIBPQ-PQENCRYPTPASSWORDCONN
715 … .. __: https://www.postgresql.org/docs/current/static/libpq-misc.html#LIBPQ-PQENCRYPTPASSWORD
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/libpq/
H A Dlibpqdll.def2 LIBRARY LIBPQ.dll

12345