Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

hstore_plpython

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andres Freund authored
    Without CASCADE, if an extension has an unfullfilled dependency on
    another extension, CREATE EXTENSION ERRORs out with "required extension
    ... is not installed". That is annoying, especially when that dependency
    is an implementation detail of the extension, rather than something the
    extension's user can make sense of.
    
    In addition to CASCADE this also includes a small set of regression
    tests around CREATE EXTENSION.
    
    Author: Petr Jelinek, editorialized by Michael Paquier, Andres Freund
    Reviewed-By: Michael Paquier, Andres Freund, Jeff Janes
    Discussion: 557E0520.3040800@2ndquadrant.com
    b67aaf21
    History
    Name Last commit Last update
    ..