Skip to content
Snippets Groups Projects
  1. Feb 14, 1999
  2. Feb 13, 1999
  3. Feb 02, 1999
  4. 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
  5. Dec 29, 1998
  6. Dec 18, 1998
  7. Nov 14, 1998
  8. Oct 30, 1998
  9. Oct 25, 1998
  10. Oct 21, 1998
  11. Oct 18, 1998
  12. Oct 15, 1998
  13. Oct 14, 1998
  14. Oct 10, 1998
  15. Oct 08, 1998
  16. Oct 07, 1998
  17. 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
  18. Oct 05, 1998
  19. Sep 30, 1998
  20. Sep 25, 1998
  21. Sep 22, 1998
  22. Sep 16, 1998
  23. Sep 07, 1998
  24. Sep 05, 1998
  25. Sep 02, 1998
  26. Sep 01, 1998
Loading