When writing PL/pgSQL functions, the syntax highlighting stops working inside the function body if it is defined using the standard PostgreSQL syntax with AS ...
Here are only a few functions to demonstrate how easy it is to write PL/pgSQL functions. For more complex examples the programmer might look at the regression test for PL/pgSQL.
plplg-api provides a set of utility functions and modules to simplify PostgreSQL database development. It leverages PostgreSQL's powerful capabilities to handle application logic directly in the ...