1. 23 Apr, 2004 6 commits
  2. 22 Apr, 2004 14 commits
  3. 21 Apr, 2004 7 commits
  4. 20 Apr, 2004 12 commits
  5. 19 Apr, 2004 1 commit
    • Bruce Momjian's avatar
      In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't · d1b3915c
      Bruce Momjian authored
      reference DEALLOCATE in any way. It points to EXECUTE, but not to
      DEALLOCATE. Suggested fix:
      
      ... This also means that a single  prepared statement cannot be used by
      multiple simultaneous database clients; however, each client can create
      their own prepared statement  to use. The prepared statement can be
      manually cleaned up using the DEALLOCATE command.
      
      James Robinson
      d1b3915c