Mastering PostgreSQL in Application Development
masteringpostgresql.com
Mastering PostgreSQL in Application Development
1–10 of 101 posts
Re: Mastering PostgreSQL in Application Development
#2Re: Mastering PostgreSQL in Application Development
#3Why do you need my email to see the table of contents?
Re: Mastering PostgreSQL in Application Development
#4Re: Mastering PostgreSQL in Application Development
#5Why do you need my email to see the table of contents?
So that you can receive updates if I make some. You don't have to, though, read http://tapoueh.org/blog/2017/11/mastering-postgresql-in-appl... where you will find the full Table of Contents, or just buy the book ;-)
Re: Mastering PostgreSQL in Application Development
#6Re: Mastering PostgreSQL in Application Development
#7Re: Mastering PostgreSQL in Application Development
#8If you're curious to read some of Dimitri's writing ahead of time his blog is also a great resource - http://tapoueh.org/
Re: Mastering PostgreSQL in Application Development
#9I didn't see any reference to PL/pgSQL in the table of contents. Does your book go into common strategies with stored procedures (e.g. When to LOOP to build a temp table vs. using table joins)?
It gives you plenty SQL techniques to avoid ever having to LOOP in a PL/pgSQL function, and show how to use PL/SQL rather than PL/pgSQL each time it is possible, though.