summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plsql.sgml
Commit message (Expand)AuthorAgeFilesLines
* Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml?Bruce Momjian2002-07-301-3001/+0
* plpgsql's PERFORM statement now sets FOUND depending on whether anyTom Lane2002-06-241-7/+5
* On Wed, 2002-05-29 at 01:41, Tom Lane wrote:Bruce Momjian2002-06-151-1/+24
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-031-2/+2
* More cleanups of cursor text.Bruce Momjian2002-04-091-5/+5
* Fix markup problem with recent change.Bruce Momjian2002-04-091-3/+3
* Update refcursor documentation with examples of how to return pl/pgsqlBruce Momjian2002-04-091-25/+88
* Spell checking and markup additionsPeter Eisentraut2002-03-221-23/+23
* Editorial reviewPeter Eisentraut2002-01-071-2/+2
* Fix incorrect description of rowtype variable declarations. EventuallyTom Lane2002-01-021-9/+23
* Reiterate that parsing of plpgsql functions is per-process.Tom Lane2001-11-281-2/+3
* Deprecate 'current' for date/time input.Thomas G. Lockhart2001-11-211-41/+41
* Fix silly error in plpgsql example.Tom Lane2001-11-161-3/+3
* Add documentation for new plpgsql cursor operations. Also, anotherTom Lane2001-11-151-140/+355
* Significant editorial overhaul of plpgsql documentation.Tom Lane2001-11-151-435/+500
* Fix indextermsPeter Eisentraut2001-11-081-3/+3
* More keyword uppercasing.Bruce Momjian2001-10-131-4/+4
* Uppercase keywords where appropriate.Bruce Momjian2001-10-121-124/+119
* Fix reverse FOR loop to work properly, uppercase cleanup in file.Bruce Momjian2001-10-121-56/+61
* Correct some errors in plpgsql examples, as reported by Junichi Kobayasi.Tom Lane2001-10-091-7/+7
* Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane2001-10-091-7/+6
* Generate index.html as the root file name of the documentation set,Peter Eisentraut2001-09-181-2/+4
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-131-4/+4
* Markup and spell-check run over Programmer's Guide (rather incomplete still).Peter Eisentraut2001-09-101-87/+87
* Fix typo.Tatsuo Ishii2001-09-101-2/+2
* Example program lacks RETURNTatsuo Ishii2001-09-101-1/+3
* Cause plpgsql's PERFORM to behave according to its documentation,Tom Lane2001-05-281-5/+2
* markup fixPeter Eisentraut2001-05-281-2/+1
* ELSEIF PL/PgSQL doc patch.Bruce Momjian2001-05-221-7/+41
* Change "indices" to "indexes", per OED.Peter Eisentraut2001-05-171-2/+2
* Add index. Only some parts of the manual set have index entries so far...Peter Eisentraut2001-05-121-1/+13
* Improve discussion of %TYPE and %ROWTYPE.Tom Lane2001-05-111-16/+18
* Further cleanup of RAISE discussion; in particular, remove exampleTom Lane2001-05-081-9/+18
* Fix raise mention that %% output as %.Bruce Momjian2001-05-081-3/+3
* Update RAISE manual concerning % format symbols.Bruce Momjian2001-05-081-7/+8
* Update RAISE mention in manual to take string/variable not format/identifier.Bruce Momjian2001-05-081-2/+2
* Doc update from Roberto Mello: improved versions of instr() examples.Tom Lane2001-03-231-92/+86
* Repair.Peter Eisentraut2001-03-171-310/+368
* New updates from Roberto Mello sent privately today due to email troubles.Thomas G. Lockhart2001-03-171-601/+1203
* Integrate "Porting from Oracle PL/SQL" HOWTO from Roberto Mello.Peter Eisentraut2001-03-091-5/+905
* Fix markup. (A <keyword> isn't what it is in SQL.) Add jungle of morePeter Eisentraut2001-02-211-146/+147
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-191-5/+25
* Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE.Tom Lane2001-02-101-24/+53
* Replace some oldish, non-SQL'ish elements with more standard forms. (castPeter Eisentraut2001-01-201-15/+15
* Replace contraction with long form. Cosmetic only.Thomas G. Lockhart2001-01-181-2/+2
* Functions -> Function'sBruce Momjian2001-01-171-4/+4
* There are misprints in postgres doc., in :Bruce Momjian2001-01-171-3/+3
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-131-8/+8
* A patch for doc/src/sgml/plsql.sgml to add a little more info about PL/pgSQLBruce Momjian2001-01-091-5/+15
* EXECUTE documentation, from "Robert B. Easter" <reaster@comptechnews.com>.Peter Eisentraut2001-01-061-36/+80