Skip to content
Snippets Groups Projects
  1. Jan 14, 2012
    • Heikki Linnakangas's avatar
      Make superuser imply replication privilege. The idea of a privilege that · 00c5f550
      Heikki Linnakangas authored
      superuser doesn't have doesn't make much sense, as a superuser can do
      whatever he wants through other means, anyway. So instead of granting
      replication privilege to superusers in CREATE USER time by default, allow
      replication connection from superusers whether or not they have the
      replication privilege.
      
      Patch by Noah Misch, per discussion on bug report #6264
      00c5f550
  2. Oct 10, 2011
    • Robert Haas's avatar
      Make the reference to "CREATE USER" in the CREATE ROLE page a link. · 5b9102ce
      Robert Haas authored
      This might help to avoid confusion between the CREATE USER command,
      and the deprecated CREATEUSER option to CREATE ROLE, as per a recent
      complaint from Ron Adams.  At any rate, having a cross-link here
      seems like a good idea; two commands that are so similar should
      reference each other.
      5b9102ce
  3. 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
  4. Jan 05, 2011
    • Magnus Hagander's avatar
      Give superusers REPLIACTION permission by default · 66a8a042
      Magnus Hagander authored
      This can be overriden by using NOREPLICATION on the CREATE ROLE
      statement, but by default they will have it, making it backwards
      compatible and "less surprising" (given that superusers normally
      override all checks).
      66a8a042
  5. Dec 30, 2010
  6. Dec 29, 2010
    • Magnus Hagander's avatar
      Add REPLICATION privilege for ROLEs · 9b8aff8c
      Magnus Hagander authored
      This privilege is required to do Streaming Replication, instead of
      superuser, making it possible to set up a SR slave that doesn't
      have write permissions on the master.
      
      Superuser privileges do NOT override this check, so in order to
      use the default superuser account for replication it must be
      explicitly granted the REPLICATION permissions. This is backwards
      incompatible change, in the interest of higher default security.
      9b8aff8c
  7. Nov 23, 2010
  8. Sep 20, 2010
  9. 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
  10. Sep 19, 2009
  11. Sep 18, 2009
    • Peter Eisentraut's avatar
      Easier to translate psql help · 20f7f019
      Peter Eisentraut authored
      Instead of requiring translators to translate the entire SQL command
      synopses, change create_help.pl to only require them to translate the
      placeholders, and paste those into the synopsis using a printf mechanism.
      Make some small updates to the markup to make it easier to parse.
      
      Note: This causes msgmerge of gettext 0.17 to segfault.  You will need
      the patch from https://savannah.gnu.org/bugs/?27474 to make it work.
      msgmerge usually only runs on babel.postgresql.org, however.
      20f7f019
  12. Nov 14, 2008
  13. Nov 07, 2007
  14. 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
  15. Sep 16, 2006
  16. Mar 03, 2006
  17. Dec 23, 2005
  18. Dec 18, 2005
  19. Nov 03, 2005
  20. Aug 15, 2005
  21. Jul 31, 2005
  22. Jul 27, 2005
Loading