pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-02-12
2009-02-12 21:05:06 by Stephen R. van den Berg <srb@cuci.nl>
f3909721c5d821a608558f997fd9109c3f3f8828 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fix typo in docs.
Rev: lib/modules/Sql.pmod/pgsql.pike:1.53
143:
//! @decl void create(string host, void|string database, void|string user,@ //! void|string password, void|mapping(string:mixed) options) //!
-
//! With no arguments, this function
initializes
(
reinitializes
if a
+
//! With no arguments, this function
initialises
(
reinitialises
if a
//! connection had been previously set up) a connection to the //! PostgreSQL backend. Since PostgreSQL requires a database to be //! selected, it will try to connect to the default database. The