mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
doc: Update external PL list
Add PL/Lua, PL/v8. Remove stale/unmaintained PL/PHP, PL/Py, PL/Ruby, PL/Scheme. Reported-by: Adam Sah <asah@midgard.net>
This commit is contained in:
@ -186,19 +186,13 @@
|
|||||||
<row>
|
<row>
|
||||||
<entry>PL/Java</entry>
|
<entry>PL/Java</entry>
|
||||||
<entry>Java</entry>
|
<entry>Java</entry>
|
||||||
<entry><ulink url="https://github.com/tada/pljava"></ulink></entry>
|
<entry><ulink url="https://tada.github.io/pljava/"></ulink></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>PL/PHP</entry>
|
<entry>PL/Lua</entry>
|
||||||
<entry>PHP</entry>
|
<entry>Lua</entry>
|
||||||
<entry><ulink url="https://public.commandprompt.com/projects/plphp"></ulink></entry>
|
<entry><ulink url="https://github.com/pllua/pllua"></ulink></entry>
|
||||||
</row>
|
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry>PL/Py</entry>
|
|
||||||
<entry>Python</entry>
|
|
||||||
<entry><ulink url="http://python.projects.postgresql.org/backend/"></ulink></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -207,23 +201,17 @@
|
|||||||
<entry><ulink url="http://www.joeconway.com/plr.html"></ulink></entry>
|
<entry><ulink url="http://www.joeconway.com/plr.html"></ulink></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry>PL/Ruby</entry>
|
|
||||||
<entry>Ruby</entry>
|
|
||||||
<entry><ulink url="http://raa.ruby-lang.org/project/pl-ruby/"></ulink></entry>
|
|
||||||
</row>
|
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry>PL/Scheme</entry>
|
|
||||||
<entry>Scheme</entry>
|
|
||||||
<entry><ulink url="http://plscheme.projects.postgresql.org/"></ulink></entry>
|
|
||||||
</row>
|
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>PL/sh</entry>
|
<entry>PL/sh</entry>
|
||||||
<entry>Unix shell</entry>
|
<entry>Unix shell</entry>
|
||||||
<entry><ulink url="https://github.com/petere/plsh"></ulink></entry>
|
<entry><ulink url="https://github.com/petere/plsh"></ulink></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>PL/v8</entry>
|
||||||
|
<entry>JavaScript</entry>
|
||||||
|
<entry><ulink url="https://github.com/plv8/plv8"></ulink></entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user