Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jan 1, 2010
1 parent 57f7d58 commit 70ef738
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
20 changes: 11 additions & 9 deletions README.en
@@ -1,13 +1,11 @@


PL/Ruby is a loadable procedural language for the Postgres database
system that enable the Ruby language to create functions and trigger
procedures
PL/Ruby is a loadable procedural language for the PostgreSQL database
system that enables the Ruby language to create functions and trigger
procedures.


* Prerequisite

ruby >= 1.6
ruby 1.8.7 or later (maybe 1.8.6 too)
postgresql >= 7.3

All PostgreSQL headers need to be installed. Command (see INSTALL in the
Expand Down Expand Up @@ -85,13 +83,17 @@ procedures

* Documentation : see plruby.rd and plruby.html

* Development

http://github.com/knu/postgresql-plruby

* Copying

This extension module is copyrighted free software by Guy Decoux
This extension module is copyrighted free software by Guy Decoux.

You can redistribute it and/or modify it under the same term as
Ruby.


Guy Decoux <ts@moulon.inra.fr>

Guy Decoux <ts@moulon.inra.fr> (original author, deceased in July 2008)
Akinori MUSHA <knu@idaemons.org> (current maintainer)
6 changes: 3 additions & 3 deletions docs/plruby.rb
Expand Up @@ -5,9 +5,9 @@
#
# = PLRuby
#
# PLRuby is a loadable procedural language for the Postgres database
# system that enable the Ruby language to create functions and trigger
# procedures
# PLRuby is a loadable procedural language for the PostgreSQL database
# system that enables the Ruby language to create functions and
# trigger procedures.
#
# Functions and triggers are singleton methods of the module PLtemp.
#
Expand Down
10 changes: 5 additions & 5 deletions plruby.rd
Expand Up @@ -23,11 +23,12 @@
* ((<class Polygon>))
* ((<class Segment>))

PL/Ruby is a loadable procedural language for the Postgres database
system that enable the Ruby language to create functions and trigger
procedures
PL/Ruby is a loadable procedural language for the PostgreSQL database
system that enables the Ruby language to create functions and trigger
procedures.

Functions and triggers are singleton methods of the module PLtemp.
Functions and triggers are defined as singleton methods of the module
PLtemp.

= WARNING
((*if PL/Ruby was compiled with ((%--disable-conversion%)),
Expand Down Expand Up @@ -1568,4 +1569,3 @@ The module Comparable is included
convert ((|self|)) to a Polygon with ((|npts|)) Points
=end

0 comments on commit 70ef738

Please sign in to comment.