ae              Sun May 19 23:14:14 2002 EDT

  Modified files:              
    /phpdoc-pt_BR/reference/pgsql       reference.xml 
    /phpdoc-pt_BR/reference/pgsql/functions     pg-insert.xml 
                                                pg-fetch-row.xml 
  Log:
  solve build probs
  
Index: phpdoc-pt_BR/reference/pgsql/reference.xml
diff -u phpdoc-pt_BR/reference/pgsql/reference.xml:1.1 
phpdoc-pt_BR/reference/pgsql/reference.xml:1.2
--- phpdoc-pt_BR/reference/pgsql/reference.xml:1.1      Wed May 15 09:45:57 2002
+++ phpdoc-pt_BR/reference/pgsql/reference.xml  Sun May 19 23:14:13 2002
@@ -270,7 +270,7 @@
     transação foi válida termina com <command>COMMIT</command> ou
     <command>END</command>. Se a transaão falhar, ela deve ser fechada com
     <command>ROLLBACK</command> ou <command>ABORT</command>.
-    <>
+    <example>
      <title>Usando Objetos Grandes</title>
      <programlisting role="php">
 <![CDATA[
Index: phpdoc-pt_BR/reference/pgsql/functions/pg-insert.xml
diff -u phpdoc-pt_BR/reference/pgsql/functions/pg-insert.xml:1.1 
phpdoc-pt_BR/reference/pgsql/functions/pg-insert.xml:1.2
--- phpdoc-pt_BR/reference/pgsql/functions/pg-insert.xml:1.1    Wed May 15 09:46:50 
2002
+++ phpdoc-pt_BR/reference/pgsql/functions/pg-insert.xml        Sun May 19 23:14:13 
+2002
@@ -21,7 +21,7 @@
      <function>pg_insert</function> insere a
      <literal>array_associativa</literal> que tem 
      <literal>campo=>valor</literal> dentro da tabela especificada por
-     <literal>nome_da_tabela. Se <literal>opções</literal> é especificada,
+     <literal>nome_da_tabela</literal>. Se <literal>opções</literal> é especificada,
       <function>pg_convert</function> é aplicada à
       <literal>array_associativa</literal> com a opção especificada.
     </para>
Index: phpdoc-pt_BR/reference/pgsql/functions/pg-fetch-row.xml
diff -u phpdoc-pt_BR/reference/pgsql/functions/pg-fetch-row.xml:1.1 
phpdoc-pt_BR/reference/pgsql/functions/pg-fetch-row.xml:1.2
--- phpdoc-pt_BR/reference/pgsql/functions/pg-fetch-row.xml:1.1 Wed May 15 09:46:50 
2002
+++ phpdoc-pt_BR/reference/pgsql/functions/pg-fetch-row.xml     Sun May 19 23:14:13 
+2002
@@ -15,7 +15,7 @@
      </methodsynopsis>
     <para>
      <function>pg_fetch_row</function> pega uma linha de dados a partir do
-     resultado associado com o recurso <parameter>resultado</oarameter>
+     resultado associado com o recurso <parameter>resultado</parameter>
      especificado. A linha (registro) é retornada como um array. Cada coluna
      do resultado é armazenado em um deslocamento de array, iniciando-se no
      deslocamento 0.


Reply via email to