summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/do.sgml
AgeCommit message (Expand)Author
2020-03-13doc: Remove unused title idsPeter Eisentraut
2018-04-27Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-16Fix synopsis of DO statement.Itagaki Takahiro
2010-02-15Add psql tab completion for DO blocks.Itagaki Takahiro
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2009-09-23Improve example for DO, per Petr Jelinek.Tom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane