Skip to content
Snippets Groups Projects
  1. Oct 09, 2001
  2. Sep 18, 2001
    • Peter Eisentraut's avatar
      Generate index.html as the root file name of the documentation set, · 4a4abd42
      Peter Eisentraut authored
      rather than making index.html a symlink to the autogenerated name.
      Fixes fatal problems with tar programs that don't handle symlinks
      very well (MacOS X).
      
      (The names user.html, admin.html, etc. are still available as make
      targets, but they aren't packaged anymore.)
      
      Use the manifest file that the stylesheets generate as the file list
      for packaging.  Put graphics in the right place while building, not
      while packaging, so you can actually look at them after building.
      4a4abd42
  3. Sep 13, 2001
  4. Sep 10, 2001
  5. May 28, 2001
    • Tom Lane's avatar
      Cause plpgsql's PERFORM to behave according to its documentation, · a056f14b
      Tom Lane authored
      which says that PERFORM will execute any SELECT query and discard the
      result.  The former implementation would in fact raise an error if the
      result contained more than one row or more than one column.
      
      Also, change plpgsql's error-logging mechanism to emit the additional
      messages about error location at NOTICE rather than DEBUG level.  This
      allows them to be seen by the client without having to dig into the
      postmaster log file (which may be nonexistent or inaccessible by the
      client).
      a056f14b
    • Peter Eisentraut's avatar
      markup fix · 3fdfce68
      Peter Eisentraut authored
      3fdfce68
  6. May 22, 2001
  7. May 17, 2001
  8. May 13, 2001
  9. May 11, 2001
  10. May 08, 2001
  11. Mar 23, 2001
  12. Mar 17, 2001
  13. Mar 09, 2001
  14. Feb 21, 2001
  15. Feb 19, 2001
  16. Feb 10, 2001
  17. Jan 20, 2001
  18. Jan 18, 2001
  19. Jan 17, 2001
    • Bruce Momjian's avatar
      Functions -> Function's · 392793b1
      Bruce Momjian authored
      392793b1
    • Bruce Momjian's avatar
      There are misprints in postgres doc., in : · 9a342d20
      Bruce Momjian authored
      Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)
      
      Statements
      ...
      (resulting in a PL/pgSQL internal SELECT).
      But there are cases where someone isn't interested int
      -----------------------------------------(have to be)-->
      But there are cases where someone isn't interested in
           the functions result.
      
       RAISE level format''
      --(have to be)-->
       RAISE level 'format'
      9a342d20
  20. Jan 14, 2001
  21. Jan 09, 2001
  22. Jan 06, 2001
  23. Dec 22, 2000
  24. Sep 29, 2000
  25. Aug 25, 2000
  26. May 17, 2000
  27. May 16, 2000
  28. May 09, 2000
  29. May 02, 2000
  30. Mar 31, 2000
Loading