Skip to content
Snippets Groups Projects
  1. May 20, 1999
  2. May 12, 1999
  3. May 10, 1999
  4. Apr 23, 1999
  5. Apr 15, 1999
  6. Apr 13, 1999
  7. Apr 06, 1999
  8. Mar 30, 1999
  9. Mar 19, 1999
  10. Mar 07, 1999
  11. Feb 18, 1999
  12. Feb 14, 1999
  13. Feb 13, 1999
  14. Feb 02, 1999
  15. Jan 21, 1999
    • Bruce Momjian's avatar
      Here is a new version of my patch for allowing pg_dump to DROP schema · 289a826d
      Bruce Momjian authored
      elements prior to CREATEing new ones.  It is under control of the -c
      command line option (with the default being status quo).
      
      The DROP TRIGGER portion still needs implementation.  Anyone able to
      help clarify what exactly the CREATE TRIGGER portion does so I can fix
      this?
      
      Again, I have tried this with tables/indexes/sequences, but do not
      have other schema elements in my database.  As a result, I am not 100%
      convinced that I got the syntax correct in all cases (but think I did,
      nonetheless).  If anyone can check the other cases, I'd appreciate it.
      
      Cheers,
      Brook
      
      [I added manual page and sgml additions for the new -c option.]
      289a826d
  16. Dec 29, 1998
  17. Dec 18, 1998
  18. Nov 14, 1998
  19. Oct 30, 1998
  20. Oct 25, 1998
  21. Oct 21, 1998
  22. Oct 18, 1998
  23. Oct 15, 1998
  24. Oct 14, 1998
  25. Oct 10, 1998
  26. Oct 08, 1998
  27. Oct 07, 1998
  28. Oct 06, 1998
    • Bruce Momjian's avatar
      > > There is a bug in check_foreign_key of refint.c which is bundled with · 3abf496b
      Bruce Momjian authored
      > > the standard distribution. It occurs when a trigger calling this
      > > function recursively fires another trigger which calls the same
      > > function. The calling check_foreign_key loses its plan informantion and
      > > when it tries to use it the backend closes its channel. You can check it
      > > with the sql script I am attaching below.
      > > The solution to this is to do a find_plan again before executing it at
      > > line 483 of refint.c.
      > > Therefore two more lines should be added before line 483:
      
      Anand Surelia
      3abf496b
  29. Oct 05, 1998
  30. Sep 30, 1998
Loading