Project

General

Profile

WikiStart » History » Revision 46

Revision 45 (Álvaro Herrera, 07/12/2010 04:05 PM) → Revision 46/49 (Álvaro Herrera, 07/12/2010 04:09 PM)

h1. PL/php 

 Welcome to the PL/php site. PL/php is a procedural language add-on for PostgreSQL, which means you can define PHP functions that run inside a PostgreSQL server. 

 {{>toc}} 

 h1. Obtaining PL/php 


 Please see the [[Downloads]] page. Or you can get the latest sources using anonymous svn access: 

 <pre> 
 svn checkout https://projects.commandprompt.com/public/plphp/repo/trunk 
 </pre> 


 h1. Documentation 


 Please see the [[InstallDocs|PL/php Installation procedure]]. 

 Before you can use PL/php, you need to [[CreateLang|create the language]] in the database. 

 Usage Documentation: document#5 "PL/php User Guide":https://public.commandprompt.com/documents/5 


 h1. Support 
 
 You can join the mailing list: http://lists.commandprompt.com/mailman/listinfo/plphp 

 Or you can reach us on Freenode at the *#plphp* channel. 


 h1. Release History 

 Please see source:trunk/HISTORY