WikiStart » History » Version 45
Álvaro Herrera, 07/12/2010 04:05 PM
1 | 38 | Álvaro Herrera | h1. PL/php |
---|---|---|---|
2 | 1 | ||
3 | 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. |
||
4 | 39 | Álvaro Herrera | |
5 | 40 | Álvaro Herrera | {{>toc}} |
6 | 38 | Álvaro Herrera | |
7 | 40 | Álvaro Herrera | h1. Obtaining PL/php |
8 | 38 | Álvaro Herrera | |
9 | |||
10 | Please see the [[Downloads]] page. Or you can get the latest sources using anonymous svn access: |
||
11 | |||
12 | <pre> |
||
13 | 1 | svn checkout https://projects.commandprompt.com/public/plphp/repo/trunk |
|
14 | </pre> |
||
15 | |||
16 | |||
17 | 40 | Álvaro Herrera | h1. Documentation |
18 | 1 | ||
19 | |||
20 | 39 | Álvaro Herrera | Please see the [[InstallDocs|PL/php Installation procedure]]. |
21 | 1 | ||
22 | 41 | Álvaro Herrera | Before you can use PL/php, you need to [[CreateLang|create the language]] in the database. |
23 | 1 | ||
24 | 45 | Álvaro Herrera | Usage Documentation: "PL/php User Guide":https://public.commandprompt.com/documents/5 |
25 | 1 | ||
26 | 38 | Álvaro Herrera | |
27 | 40 | Álvaro Herrera | h1. Support |
28 | 1 | ||
29 | 39 | Álvaro Herrera | You can join the mailing list: http://lists.commandprompt.com/mailman/listinfo/plphp |
30 | 1 | ||
31 | 38 | Álvaro Herrera | Or you can reach us on Freenode at the *#plphp* channel. |
32 | 1 | ||
33 | 34 | Álvaro Herrera | |
34 | 40 | Álvaro Herrera | h1. Release History |
35 | 38 | Álvaro Herrera | |
36 | 43 | Álvaro Herrera | Please see source:trunk/HISTORY |