Project

General

Profile

WikiStart » History » Revision 47

Revision 46 (Álvaro Herrera, 07/12/2010 04:09 PM) → Revision 47/49 (Joshua Drake, 07/21/2010 11:38 AM)

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> 
 git clone http://github.com/commandprompt/PL-php.git 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 


 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