diff options
author | Peter Eisentraut | 2017-06-13 02:34:04 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-06-13 02:34:04 +0000 |
commit | 2440c442d167d9d081a3e69c4fa78f3b6f8932e9 (patch) | |
tree | 236a158272621b2cea2c613821b70ec94018f0e4 | |
parent | 7332c3cbb39026e62f4bd0a8acf3df8f701a9e2f (diff) |
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 <[email protected]>
-rw-r--r-- | doc/src/sgml/external-projects.sgml | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 2c41512de5..82aaad4e4b 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -186,19 +186,13 @@ <row> <entry>PL/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> - <entry>PL/PHP</entry> - <entry>PHP</entry> - <entry><ulink url="https://public.commandprompt.com/projects/plphp"></ulink></entry> - </row> - - <row> - <entry>PL/Py</entry> - <entry>Python</entry> - <entry><ulink url="http://python.projects.postgresql.org/backend/"></ulink></entry> + <entry>PL/Lua</entry> + <entry>Lua</entry> + <entry><ulink url="https://github.com/pllua/pllua"></ulink></entry> </row> <row> @@ -208,22 +202,16 @@ </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> <entry>PL/sh</entry> <entry>Unix shell</entry> <entry><ulink url="https://github.com/petere/plsh"></ulink></entry> </row> + + <row> + <entry>PL/v8</entry> + <entry>JavaScript</entry> + <entry><ulink url="https://github.com/plv8/plv8"></ulink></entry> + </row> </tbody> </tgroup> </table> |