"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > Now that we have prepared statements, should the foreign key code be changed > to use them? I think it's highly likely that they will be reused in a > connection. Might be an idea.
Waste of time; the FK code already does this for itself. > Also, what if the person wants to prepare a view? What does that mean? A view isn't preparable in isolation from the query that's going to use it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html