Skip to content
Snippets Groups Projects
  1. Jan 24, 2012
  2. Aug 07, 2011
    • Peter Eisentraut's avatar
      Fix a whitespace issue with the man pages · 6ef24487
      Peter Eisentraut authored
      There is what may actually be a mistake in our markup.  The problem is
      in a situation like
      
      <para>
       <command>FOO</command> is ...
      
      there is strictly speaking a line break before "FOO".  In the HTML
      output, this does not appear to be a problem, but in the man page
      output, this shows up, so you get double blank lines at odd places.
      
      So far, we have attempted to work around this with an XSL hack, but
      that causes other problems, such as creating run-ins in places like
      
      <acronym>SQL</acronym> <command>COPY</command>
      
      So fix the problem properly by removing the extra whitespace.  I only
      fixed the problems that affect the man page output, not all the
      places.
      6ef24487
  3. Nov 23, 2010
  4. Sep 20, 2010
  5. Apr 03, 2010
    • Peter Eisentraut's avatar
      Remove unnecessary xref endterm attributes and title ids · 6dcce398
      Peter Eisentraut authored
      The endterm attribute is mainly useful when the toolchain does not support
      automatic link target text generation for a particular situation.  In  the
      past, this was required by the man page tools for all reference page links,
      but that is no longer the case, and it now actually gets in the way of
      proper automatic link text generation.  The only remaining use cases are
      currently xrefs to refsects.
      6dcce398
  6. Nov 14, 2008
  7. May 15, 2007
  8. Feb 01, 2007
    • Bruce Momjian's avatar
      Update reference documentation on may/can/might: · e81c138e
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      e81c138e
  9. Sep 16, 2006
  10. Jul 04, 2006
  11. Jul 02, 2006
  12. Feb 12, 2006
  13. Feb 11, 2006
  14. Aug 22, 2005
  15. Mar 14, 2005
    • Neil Conway's avatar
      Allow ALTER FUNCTION to change a function's strictness, volatility, and · c0696554
      Neil Conway authored
      whether or not it is a security definer. Changing a function's strictness
      is required by SQL2003, and the other capabilities make sense. Also, allow
      an optional RESTRICT noise word to be specified, for SQL conformance.
      
      Some trivial regression tests added and the documentation has been
      updated.
      c0696554
  16. Aug 24, 2004
  17. Aug 21, 2004
  18. Aug 20, 2004
Loading