ID:          32876
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Assigned
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: Irrelevant
 Assigned To: jsgoupil
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:
------------------------------------------------------------------------

[2005-04-28 22:51:44] [EMAIL PROTECTED]

You have karma to fix this yourself.... so please do.

------------------------------------------------------------------------

[2005-04-28 21:37:29] [EMAIL PROTECTED]

Same on pg-lo-tell.xml

// Skip first 10000 bytes

->
// Skip first 50000 bytes

------------------------------------------------------------------------

[2005-04-28 21:33:29] [EMAIL PROTECTED]

Description:
------------
In reference/pgsql/functions/pg-lo-seek.xml

It seems that the comment bytes are inversed.

   // Skip first 10000 bytes
   pg_lo_seek($handle, 50000, PGSQL_SEEK_SET);
   // Read the next 50000 bytes
   $data = pg_lo_read($handle, 10000);

Should be

   // Skip first 50000 bytes
   pg_lo_seek($handle, 50000, PGSQL_SEEK_SET);
   // Read the next 10000 bytes
   $data = pg_lo_read($handle, 10000);




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32876&edit=1

Reply via email to