1. 21 11月, 2001 1 次提交
  2. 20 11月, 2001 1 次提交
    • B
      I've created a new section to func.sgml, "Binary String Functions and · 01e0dae6
      Bruce Momjian 提交于
      Operators", plagiarized shamelessly from the "String Functions and
      Operators" section. There were enough differences that it made sense (at
      least to me) to give this its own section instead of cramming it in with
      normal string functions. This way I could also make the examples
      relevant, which is particularly important for bytea.
      
      One thing I think worth mentioning: while documenting the trim()
      function I realized that I never implemented the bytea equivalent of
      rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim,
      available with text, are not available with bytea (I'd be happy to
      correct this, but since it would require an initdb, I guess not until
      7.3) -- the submitted doc accurately reflects this.
      
      I will look for other areas of the docs that need mention of bytea, but
      any guidance would be much appreciated.
      
      --
      
      Here's a second bytea documentation patch. This one significantly
      expands the "Binary Data" section added by Bruce recently.
      
      
      Joe Conway
      01e0dae6
  3. 19 11月, 2001 3 次提交
  4. 18 11月, 2001 1 次提交
  5. 12 10月, 2001 1 次提交
  6. 10 10月, 2001 2 次提交
  7. 29 9月, 2001 1 次提交
  8. 28 9月, 2001 1 次提交
  9. 21 9月, 2001 1 次提交
  10. 20 9月, 2001 1 次提交
  11. 10 9月, 2001 2 次提交
  12. 06 9月, 2001 1 次提交
    • B
      - new to_char(interval, text) · 2a34134b
      Bruce Momjian 提交于
       - new millisecond (ms) and microsecond (us) support
       - more robus parsing from string - used is separator checking for
         non-exact formats like to_date('2001-9-1', 'YYYY-MM-DD')
       - SGML docs are included
      
      Karel Zak
      2a34134b
  13. 31 8月, 2001 2 次提交
  14. 15 8月, 2001 2 次提交
    • T
      Add convert. · 397f65d1
      Tatsuo Ishii 提交于
      397f65d1
    • T
      sum() on int2 and int4 columns now uses an int8, not numeric, accumulator · 5f7c2bdb
      Tom Lane 提交于
      for speed reasons; its result type also changes to int8.  avg() on these
      datatypes now accumulates the running sum in int8 for speed; but we still
      deliver the final result as numeric, so that fractional accuracy is
      preserved.
      
      count() now counts and returns in int8, not int4.  I am a little nervous
      about this possibly breaking users' code, but there didn't seem to be
      a strong sentiment for avoiding the problem.  If we get complaints during
      beta, we can change count back to int4 and add a "count8" aggregate.
      For that matter, users can do it for themselves with a simple CREATE
      AGGREGATE command; the int4inc function is still present, so no C hacking
      is needed.
      
      Also added max() and min() aggregates for OID that do proper unsigned
      comparison, instead of piggybacking on int4 aggregates.
      
      initdb forced.
      5f7c2bdb
  15. 12 7月, 2001 1 次提交
  16. 03 7月, 2001 1 次提交
  17. 20 6月, 2001 1 次提交
  18. 16 6月, 2001 1 次提交
  19. 14 6月, 2001 1 次提交
    • B
      Docs for: · d7763c1f
      Bruce Momjian 提交于
      > >> inet(text), cidr(text): convert a text value into inet/cidr
      > >> set_masklen(inet): set masklen on the inet value
      
      Alex Pilosov
      d7763c1f
  20. 24 5月, 2001 1 次提交
  21. 13 5月, 2001 1 次提交
  22. 20 4月, 2001 1 次提交
  23. 26 3月, 2001 1 次提交
  24. 15 3月, 2001 1 次提交
  25. 22 2月, 2001 1 次提交
  26. 19 2月, 2001 2 次提交
  27. 12 2月, 2001 1 次提交
    • B
      User Manual · 8824741f
      Bruce Momjian 提交于
        Chapter 4
         String Operators
          Table 4.7: Other String Functions
            strpos is missing the result in the result column, it should be 2
            Also to_ascii might need a result but maybe not.
      
      Appendix A
      In the Time Zone Table
       Greenwich is spelled Greenwish
      
      David Aldrich
      8824741f
  28. 06 2月, 2001 1 次提交
  29. 22 1月, 2001 1 次提交
  30. 21 1月, 2001 1 次提交
  31. 14 1月, 2001 1 次提交
  32. 23 12月, 2000 1 次提交
  33. 20 12月, 2000 1 次提交