Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 23, 2010
  3. Sep 20, 2010
  4. 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
  5. Sep 19, 2009
  6. Nov 14, 2008
  7. Sep 16, 2006
  8. Jun 17, 2006
    • Andrew Dunstan's avatar
      · e287fb27
      Andrew Dunstan authored
      docs for DROP ... IF EXISTS for the following cases:
        language, tablespace, trigger, rule, opclass, function, aggregate. operator, and cast.
      e287fb27
  9. Jun 25, 2004
  10. Dec 02, 2003
  11. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  12. Sep 22, 2003
  13. Sep 09, 2003
  14. Aug 31, 2003
  15. May 04, 2003
  16. Jul 30, 2002
  17. Jul 12, 2002
    • Tom Lane's avatar
      Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. · 7c6df91d
      Tom Lane authored
      pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY
      constraints all have real live entries in pg_constraint.  pg_depend
      exists, and RESTRICT/CASCADE options work on most kinds of DROP;
      however, pg_depend is not yet very well populated with dependencies.
      (Most of the ones that are present at this point just replace formerly
      hardwired associations, such as the implicit drop of a relation's pg_type
      entry when the relation is dropped.)  Need to add more logic to create
      dependency entries, improve pg_dump to dump constraints in place of
      indexes and triggers, and add some regression tests.
      7c6df91d
  18. May 18, 2002
  19. Apr 23, 2002
  20. Apr 21, 2002
    • Thomas G. Lockhart's avatar
      Augment the date/time examples in the User's Guide to reflect the newer · c05f29e8
      Thomas G. Lockhart authored
       capabilities of specifying time zones as intervals per SQL9x.
      Put refentrytitle contents on the same line as the tag.
       Otherwise, leading whitespace is propagated into the product, which
       (at least) messes up the ToC layout.
      Remove (some) docinfo tags containing dates. Best to omit if the dates
       are not accurate; maybe use CVS dates instead or leave them out.
      c05f29e8
  21. Jan 20, 2002
  22. Dec 08, 2001
  23. Sep 03, 2001
  24. May 08, 2001
    • Bruce Momjian's avatar
      drop_function.sgml: · 04e14fa3
      Bruce Momjian authored
      ===================
      In Notes:
       Refer to CREATE FUNCTION for information on creating aggregate functions.
                                                            ^^^^^^^^^^^^^^^^^^^
      I assume it must read C function instead.
      
      In Compatibility SQL/PSM:
       SQL/PSM is a proposed standard.
      
       We had that before: remove proposed.
      
      
      drop_index.sgml:
      ================
      <REFNAME>: Removes existing indexes from a database
      
      as far as I can see index should be singular. The command description is
      written as if only one index can be removed at a time. Interestingly
      enough, in v7.0.2 it was in fact singular. Am I mistaken here?
      
      drop_operator.sgml:
      ===================
      In Outputs the arguments are referred to as type and type2, but the synopsis
      and Inputs section these are left_type and right_type, respectively. Also,
      oper is used in Outputs versus id in Inputs/Synopsis. In the translation I
      follow the replaceables used in the Inputs/Synopsis part.
      
      Frank Wegmann
      04e14fa3
  25. Dec 26, 2000
  26. Oct 23, 2000
  27. Oct 05, 2000
  28. Jul 22, 1999
  29. Jul 06, 1999
  30. Dec 29, 1998
  31. Oct 30, 1998
  32. Sep 22, 1998
  33. Sep 07, 1998
  34. May 13, 1998
Loading