pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql.pike:41:
//! @item //! Cancelling of long running queries by force or by timeout. //! @item //! Event driven NOTIFY. //! @item //! SSL encrypted connections (optional or forced). //! @endul //! Check the PostgreSQL documentation for further details. //! //! @note
-
//! Multiple simultaneous queries on the same database connection
is
a
+
//! Multiple simultaneous queries on the same database connection
are
a
//! feature that none of the other database drivers for Pike support. //! So, although it's efficient, its use will make switching database drivers //! difficult. //! //! @seealso //! @[Sql.Sql], @[Sql.postgres], //! @url{https://www.postgresql.org/docs/current/static/@} #pike __REAL_VERSION__ #require constant(Thread.Thread)