Remove additional See also part

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118394 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2003-02-28 06:33:49 +00:00
parent b6079d60bb
commit a6cbbdb5a6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-assoc">
<refnamediv>
@ -34,13 +34,6 @@
slower than using <function>pg_fetch_row</function>, while it
provides a significant ease of use.
</para>
<para>
See also <function>pg_fetch_row</function>,
<function>pg_fetch_array</function>,
<function>pg_fetch_assoc</function>,
<function>pg_fetch_object</function> and
<function>pg_fetch_result</function>.
</para>
<para>
<example>
<title>PostgreSQL fetch array</title>