1. 25 6月, 2002 5 次提交
  2. 24 6月, 2002 1 次提交
  3. 23 6月, 2002 3 次提交
  4. 22 6月, 2002 6 次提交
  5. 21 6月, 2002 9 次提交
  6. 20 6月, 2002 3 次提交
  7. 19 6月, 2002 1 次提交
  8. 17 6月, 2002 1 次提交
  9. 16 6月, 2002 7 次提交
    • B
      Remove KSQO from GUC and move file to _deadcode. · 0dbfea39
      Bruce Momjian 提交于
      0dbfea39
    • T
      Ooops, fix busted markup. · 62d45261
      Tom Lane 提交于
      62d45261
    • T
      2da3742c
    • B
      Patch for current_schemas to optionally include implicit ... · eb1ad5b4
      Bruce Momjian 提交于
      Second cut attached. This one just adds a boolean option to the existing
      function to indicate that implicit schemas are to be included (or not).
      I remembered the docs as well this time :-)
      
      Dave Page
      eb1ad5b4
    • B
      Update LOG_PID to mention it doesn't control syslog. · 82b14b62
      Bruce Momjian 提交于
      Oliver Elphick
      82b14b62
    • B
      The normal operation of our servers is to have tcpip_sockets enabled, · 78821799
      Bruce Momjian 提交于
      but occasionally I may need to shut down the server and restart it
      w/o tcpip sockets. Postmaster has the -i option to turn on tcpip
      connections, but it wasn't immediately clear how to easily or
      temporarily turn it off (when it's been enabled in postgresql.conf).
      
      In fact, it wasn't clear to me until digging in to postmaster.c that
      I could pass '-c tcpip_socket=false' or '--tcpip_socket=false'.
      (And then of course when I looked more closely at the man page I
      realized I'd missed the proper part of the documentation.) What I'd
      been looking for is a flag that would have the opposite effect of
      '-i', and it's conceivable that others will be looking for specific
      flags to do the opposite of '-F' and '-S'.
      
      I was preparing to add options to postmaster until I realized that
      maybe the solution is just to add some documentation.
      
      If you'd rather have 1 character options to accomplish this, I'd be
      happy to do that-- adding those 9 lines of code is definitely within
      my ability. :)  (Although, the "right" letter to be the opposite of -S
      isn't clear to me, since -s is already taken.)
      
      Ron Snyder.
      78821799
    • B
      On Wed, 2002-05-29 at 01:41, Tom Lane wrote: · eeb1dd50
      Bruce Momjian 提交于
      >
      > > Is it a good idea to provide an example (such as the above), or should I
      > > just try and describe the behaviour?
      >
      > Examples are generally good things ...
      
      OK, the attached documentation patch provides some simple examples of
      use of tablename as a parameter, %ROWTYPE and %TYPE.
      
      In the end I decided that the documentation is literally correct, but
      hard to follow without any examples explicitly showing the use of a
      table name as a parameter.
      
      Andrew McMillan
      eeb1dd50
  10. 15 6月, 2002 3 次提交
  11. 14 6月, 2002 1 次提交
    • B
      Add: · deec3cb9
      Bruce Momjian 提交于
      > * Create native Win32 port [win32]
      deec3cb9