Well, browse through this list:
http://www.postgresql.org/docs/books/
I can't make any recommendations, as I am fairly familiar with the
online documentation, which, when supported by the community, seems
to be pretty good.
--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening,
Michael,
PL/pgSQL variable interpolation works similarly to that in other
popular programming languages. If you have a statement -- whether
it's PERFORM, SELECT INTO, or EXECUTE -- a variable will get
interpolated during parsing if not escaped in a string. Per the
documentation, dynamic v
Folks,
I'm sure this is dumb, but I'm a little confused about use of numerical
variables in pqsql. It was my impression one had to use EXECUTE on a
concatenated string including quote_literal() for the variable containing the
value. This can be quite a bit of trouble. I just wrote a
funct