Page 1 of 1

mysql_data_seek

Posted: Mon Jan 09, 2006 10:56 pm
by thcc2
hi all,
what is the function that is equal to the mysql_data_seek in PostgresSQL?

Posted: Mon Jan 09, 2006 11:04 pm
by feyd
pg_result_seek()

There are two (2) functions on the PostgreSQL documentation page that have "seek" in their name... pretty straight forward. :roll:

Posted: Tue Jan 10, 2006 1:26 am
by thcc2
thks