1. 07 Feb, 2000 1 commit
  2. 29 Jan, 2000 1 commit
    • Peter Eisentraut's avatar
      A few minor psql enhancements · 2b84cbb6
      Peter Eisentraut authored
      Initdb help correction
      Changed end/abort to commit/rollback and changed related notices
      Commented out way old printing functions in libpq
      Fixed a typo in alter table / alter column
      2b84cbb6
  3. 18 Jan, 2000 1 commit
  4. 14 Jan, 2000 1 commit
  5. 12 Jan, 2000 1 commit
  6. 26 Nov, 1999 1 commit
    • Bruce Momjian's avatar
      * Includes tab completion. It's not magic, but it's very cool. At any · 78bc83fe
      Bruce Momjian authored
      rate
        it's better than what used to be there.
      
      * Does proper SQL "host variable" substitution as pointed out by Andreas
        Zeugwetter (thanks): select * from :foo; Also some changes in how ':'
        and ';' are treated (escape with \ to send to backend). This does
      _not_
        affect the '::' cast operator, but perhaps others that contain : or ;
        (but there are none right now).
      
      * To show description with a <something> listing, append '?' to command
        name, e.g., \df?. This seemed to be the convenient and logical
      solution.
        Or append a '+' to see more useless information, e.g., \df+.
      
      * Fixed fflush()'ing bug pointed out by Jan during the regression test
        discussion.
      
      * Added LastOid variable. This ought to take care of TODO item "Add a
        function to return the last inserted oid, for use in psql scripts"
        (under CLIENTS)
        E.g.,
      insert into foo values(...);
      insert into bar values(..., :LastOid);
      \echo $LastOid
      
      * \d command shows constraints, rules, and triggers defined on the table
        (in addition to indices)
      
      * Various fixes, optimizations, corrections
      
      * Documentation update as well
      
      
      Note: This now requires snprintf(), which, if necessary, is taken from
      src/backend/port. This is certainly a little weird, but it should
      suffice
      until a source tree cleanup is done.
      
      Enjoy.
      
      --
      Peter Eisentraut                  Sernanders väg 10:115
      78bc83fe
  7. 05 Nov, 1999 3 commits
  8. 04 Nov, 1999 1 commit
  9. 26 Oct, 1999 1 commit
  10. 14 Oct, 1999 1 commit
  11. 30 Jul, 1999 1 commit
  12. 22 Jul, 1999 1 commit
  13. 06 Jul, 1999 1 commit
  14. 14 Jun, 1999 1 commit
  15. 20 May, 1999 1 commit
  16. 13 Apr, 1999 1 commit
  17. 29 Dec, 1998 1 commit
  18. 30 Oct, 1998 1 commit
  19. 15 Oct, 1998 1 commit
  20. 05 Oct, 1998 1 commit
  21. 30 Sep, 1998 1 commit