Yasuo Ohgaki wrote: > Sorry for posting w/o patch. > Just a errata for pg_exec() > > pg_exec()'s 1st argument is optional but the manual page does not show > that. > > int pg_exec (int connection, string query) > > which should be > > resource pg_exec([resource connection ,] string query) > > Regards,
I found sevral problems in pgsql manual page. I'll write patch when I have to do. -- Yasuo Ohgaki