1. 14 6月, 2005 1 次提交
  2. 13 6月, 2005 2 次提交
  3. 11 6月, 2005 2 次提交
  4. 10 6月, 2005 1 次提交
    • B
      the following patch makes the filename used to store the readline · ea88824a
      Bruce Momjian 提交于
      history customizable through a variable named HISTFILE, analogous to
      psql's already implemented HISTCONTROL and HISTSIZE variables, and
      bash's HISTFILE-Variable.
      
      The motivation was to be able to get psql to maintain separate
      histories for separate databases.  This is now easily achievable
      through a line like the following in ~/.psqlrc:
      
      \set HISTFILE ~/.psql_history-:DBNAME
      
      Andreas Seltenreich
      ea88824a
  5. 09 6月, 2005 1 次提交
    • B
      I've created a patch which adds support for troff "-ms" output to · 4a5cda7b
      Bruce Momjian 提交于
      psql.  i.e. "\pset format troff-ms".  The patch also corrects some
      problems with the "latex" format, notably defining an extra column in
      the output table, and correcting some alignment issues; it also
      changes the output to match the border setting as documented in the
      manual page and as shown with the "aligned" format.
      
      The troff-ms output is mostly identical to the latex output allowing
      for the differences between the two typesetters.
      
      The output should be saved in a file and piped as follows:
      
        cat file | tbl | troff -T ps -ms > file.ps
      or
        tbl file | troff -T ps -ms > file.ps
      
      Because it contains tabs, you'll need to redirect psql output or use
      "script", rather than pasting from a terminal window, due to the tabs
      which can be replaced with spaces.
      
      Roger Leigh
      4a5cda7b
  6. 02 6月, 2005 1 次提交
  7. 30 5月, 2005 1 次提交
  8. 29 5月, 2005 1 次提交
  9. 28 4月, 2005 1 次提交
  10. 14 3月, 2005 1 次提交
  11. 11 2月, 2005 1 次提交
  12. 23 1月, 2005 2 次提交
  13. 14 1月, 2005 1 次提交
  14. 07 1月, 2005 2 次提交
  15. 04 1月, 2005 1 次提交
  16. 29 12月, 2004 1 次提交
  17. 28 12月, 2004 1 次提交
  18. 14 12月, 2004 1 次提交
  19. 07 10月, 2004 1 次提交
  20. 21 9月, 2004 1 次提交
  21. 24 8月, 2004 1 次提交
  22. 15 8月, 2004 1 次提交
  23. 15 7月, 2004 1 次提交
  24. 14 7月, 2004 1 次提交
  25. 13 7月, 2004 1 次提交
  26. 18 6月, 2004 1 次提交
    • T
      Tablespaces. Alternate database locations are dead, long live tablespaces. · 2467394e
      Tom Lane 提交于
      There are various things left to do: contrib dbsize and oid2name modules
      need work, and so does the documentation.  Also someone should think about
      COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
      dead, it just doesn't know it yet.
      
      Gavin Sherry and Tom Lane.
      2467394e
  27. 23 4月, 2004 1 次提交
  28. 22 4月, 2004 2 次提交
  29. 21 4月, 2004 1 次提交
  30. 20 4月, 2004 1 次提交
    • B
      Complete TODO item: · 862b20b3
      Bruce Momjian 提交于
              o -Allow dump/load of CSV format
      
      This adds new keywords to COPY and \copy:
      
              CSV - enable CSV mode (comma separated variable)
              QUOTE - specify quote character
              ESCAPE - specify escape character
              FORCE - force quoting of specified column
      	LITERAL - suppress null comparison for columns
      
      Doc changes included.  Regression updates coming from Andrew.
      862b20b3
  31. 12 4月, 2004 1 次提交
  32. 30 3月, 2004 1 次提交
  33. 24 3月, 2004 1 次提交
  34. 22 3月, 2004 1 次提交
  35. 13 2月, 2004 1 次提交