Vyacheslav Kalinin wrote:
Hello,
I would appreciate if someone explained me how exactly prepared
parametrized statements are planned
http://www.postgresql.org/docs/8.2/static/sql-prepare.html
Under the "Notes" it explains it can't use an index and has to basically
guess what it's going to do because it doesn't know what parameter you
are going to put in.
--
Postgresql & php tutorials
http://www.designmagick.com/
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend