Skip to content
Snippets Groups Projects
Commit a3d2f5dd authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

postgres docs fixed

Rev: lib/modules/Sql.pmod/postgres.pike:1.36
parent 4e1d1f4b
No related branches found
No related tags found
No related merge requests found
/* /*
* This is part of the Postgres module for Pike. * This is part of the Postgres module for Pike.
* *
* $Id: postgres.pike,v 1.35 2008/08/01 11:11:17 srb Exp $ * $Id: postgres.pike,v 1.36 2008/08/01 12:09:38 srb Exp $
* *
*/ */
#pike __REAL_VERSION__
#if constant(Postgres.postgres)
//! This is an interface to the Postgres (Postgres95, pgsql) database //! This is an interface to the Postgres (Postgres95, pgsql) database
//! server. This module may or may not be available on your Pike, //! server. This module may or may not be available on your Pike,
//! depending whether the appropriate include and library files could //! depending whether the appropriate include and library files could
...@@ -52,10 +56,6 @@ ...@@ -52,10 +56,6 @@
//! @seealso //! @seealso
//! @[Sql.pgsql], @[Sql.Sql], @[Postgres.postgres], @[Sql.postgres_result] //! @[Sql.pgsql], @[Sql.Sql], @[Postgres.postgres], @[Sql.postgres_result]
#pike __REAL_VERSION__
#if constant(Postgres.postgres)
#define ERROR(X) throw (({X,backtrace()})) #define ERROR(X) throw (({X,backtrace()}))
inherit Postgres.postgres: mo; inherit Postgres.postgres: mo;
...@@ -458,6 +458,5 @@ int|object streaming_query(object|string q, ...@@ -458,6 +458,5 @@ int|object streaming_query(object|string q,
//! //!
//! @seealso //! @seealso
//! @[Sql.pgsql], @[Sql.Sql] //! @[Sql.pgsql], @[Sql.Sql]
inherit Sql.pgsql; inherit Sql.pgsql;
#endif /* constant(Postgres.postgres) */ #endif /* constant(Postgres.postgres) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment