Changes

Jump to navigation Jump to search
266 bytes added ,  15:41, 22 February 2018
no edit summary
http://joeconway.com/doc/plr-US.pdf
 
=== Sample Function Code in PostgreSQL ===
Inside a database (ex) tigertest):
 
CREATE OR REPLACE FUNCTION r_max (integer, integer) RETURNS integer AS ’
if (arg1 > arg2)
return(arg1)
else
return(arg2)
’ LANGUAGE ’plr’ STRICT;
==Installing PL/R on the dbase server==
337

edits

Navigation menu