Writing PostgreSQL Functions with PL/pgSQL
Posted onOne of the most powerful features of PostgreSQL is its support for user-defined functions. The language to learn is PL/pgSQL, an unpronounceable but powerful way to write UDFs. David Wheeler introduces the language and demonstrates why UDFs are useful. Read the full article at ONLamp.…
Read more »