summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/move.sgml
AgeCommit message (Expand)Author
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2022-08-31doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian
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-04-04Duplicate expansion of "direction" from FETCH's synopsis into MOVEAlvaro Herrera
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-11-11Document the previous FETCH and MOVE changes.Alvaro Herrera
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-06-22Add more explicit note that the parameters of MOVE are identical to FETCH.Peter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-01-04More minor updates and copy-editing.Tom Lane
2004-06-17The attached patch adds some index entries pointing to the cursorBruce Momjian
2004-03-23Repair misleading description of MOVE's command tag result.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-05-04Last round of reference page editing.Peter Eisentraut
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-02-04Revert doc change so we mention moving past the last row of a cursor.Bruce Momjian
2003-02-03Change MOVE LAST to MOVE ALL.Bruce Momjian
2003-01-08Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane
2002-12-30Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian
2002-11-13Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
2000-12-25Refine some things to create better looking man pages.Peter Eisentraut
2000-05-11Update SGML for FETCH and url's.Bruce Momjian
2000-04-04Remove FETCH syntax heading from MOVE manual page.Bruce Momjian
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
1999-07-22Complete merge of all old man page information.Thomas G. Lockhart
1999-07-06Fix markup for docbook2man man page generation.Thomas G. Lockhart
1998-12-29Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart
1998-09-25Cleanup markup and minor editing to prepare for first release.Thomas G. Lockhart
1998-09-07Fix Postgres to support SQL92 syntax. Old syntax still works too.Thomas G. Lockhart
1998-09-02Add more new pages.Thomas G. Lockhart