About PgP Generator
What is PgP ?
PgP is a utility written in PgSQL that generates stored procedures around tables. The stored procedures perform the following basic operations:
  • Insert into a given table
  • Update a given table knowing the primary key
  • Retrieving data: all records and by the table's primary key
Why use PgP ?
  • Written in PgSQL it will run anywhere PostgreSQL runs (Linux; Solaris and Windows)
  • Eliminates time spent writting basic CRUD operations
  • Increase productivity and focus on implementing business logic & security for the database
  • Compared to other products this script is light-weight and free
The current version is optimized and has been tested with PostgreSQL 7.x and 8.3 and is working well.

Where is the source code ?
The project is hosted by google PgP-Generator is developed under GPL v3 and comes with NO WARRANTY or implied warranty. Feel free to change; and distribute at will (giving proper credit).