Re: [DOCS] PHP, PostgreSQL Extension

2006-01-01 Thread Volkan YAZICI
Sorry from every one. (Wrong alias for pg-php in .muttrc) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[DOCS] PHP, PostgreSQL Extension

2006-01-01 Thread Volkan YAZICI
Hi, Async. functions are introduced in the 5.1.0 release, but in my opinion, there doesn't exist any supportive functions to use 'em. Let's discuss this on an example: if (!pg_connection_busy($dbconn)) { pg_send_query($dbconn, "select * from authors; select count(*) from authors;"); }