senzing-garage / senzing-poc-server

Senzing API Server plus management APIs.
Apache License 2.0
0 stars 1 forks source link

Added support for PostgreSQL v13.x (version 3.5.3 release) #243

Closed barrycaceres closed 7 months ago

barrycaceres commented 7 months ago

Added support for PostgreSQL v13.x by changing changing CREATE OR REPLACE TRIGGER to DROP TRIGGER and CREATE TRIGGER.