|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/dblink.sgml,v 1.3 2007/12/06 04:12:09 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/dblink.sgml,v 1.4 2008/04/04 16:57:21 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="dblink"> |
4 | 4 | <title>dblink</title> |
@@ -1346,49 +1346,6 @@ SELECT * |
1346 | 1346 | </refsect1> |
1347 | 1347 | </refentry> |
1348 | 1348 |
|
1349 | | - <refentry id="CONTRIB-DBLINK-CURRENT-QUERY"> |
1350 | | - <refnamediv> |
1351 | | - <refname>dblink_current_query</refname> |
1352 | | - <refpurpose>returns the current query string</refpurpose> |
1353 | | - </refnamediv> |
1354 | | - |
1355 | | - <refsynopsisdiv> |
1356 | | - <synopsis> |
1357 | | - dblink_current_query() returns text |
1358 | | - </synopsis> |
1359 | | - </refsynopsisdiv> |
1360 | | - |
1361 | | - <refsect1> |
1362 | | - <title>Description</title> |
1363 | | - |
1364 | | - <para> |
1365 | | - Returns the currently executing interactive command string of the |
1366 | | - local database session, or NULL if it can't be determined. Note |
1367 | | - that this function is not really related to <filename>dblink</>'s |
1368 | | - other functionality. It is provided since it is sometimes useful |
1369 | | - in generating queries to be forwarded to remote databases. |
1370 | | - </para> |
1371 | | - </refsect1> |
1372 | | - |
1373 | | - <refsect1> |
1374 | | - <title>Return Value</title> |
1375 | | - |
1376 | | - <para>Returns a copy of the currently executing query string.</para> |
1377 | | - </refsect1> |
1378 | | - |
1379 | | - <refsect1> |
1380 | | - <title>Example</title> |
1381 | | - |
1382 | | - <programlisting> |
1383 | | -test=# select dblink_current_query(); |
1384 | | - dblink_current_query |
1385 | | --------------------------------- |
1386 | | - select dblink_current_query(); |
1387 | | -(1 row) |
1388 | | - </programlisting> |
1389 | | - </refsect1> |
1390 | | - </refentry> |
1391 | | - |
1392 | 1349 | <refentry id="CONTRIB-DBLINK-GET-PKEY"> |
1393 | 1350 | <refnamediv> |
1394 | 1351 | <refname>dblink_get_pkey</refname> |
|