pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-26
2014-11-26 08:44:11 by Stephen R. van den Berg <srb@cuci.nl>
aebf3507fff04fb77ab98f87cfc3521e09c37d9e (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Make SET synchronous to avoid surprises with subsequent queries.
409:
//! describe the statement parameters because it was already cached. //! Only available if PG_STATS is compile-time enabled. //! @member int "used_prepared_statements"
-
//!
Numer
of times prepared statements were used from cache instead of
+
//!
Number
of times prepared statements were used from cache instead of
//! reparsing in the current session. //! Only available if PG_STATS is compile-time enabled. //! @member int "current_prepared_statements"
1310:
//! close all open cursors, drop all temporary tables and reset all //! session variables to their default values. //!
+
//! @note
+
//! This function @b{can@} raise exceptions.
+
//!
//! @seealso //! @[cancelquery()], @[reload()] //!