[PostGIS] #5723: checkauthtrigger and gettransactionid functions left behind on upgrade

PostGIS trac at osgeo.org
Mon Apr 29 08:13:00 PDT 2024


#5723: checkauthtrigger and gettransactionid functions left behind on upgrade
----------------------+---------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.5.0
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by strk):

 Complete list of functions, according to long_xact.sql.in:
 {{{
 CREATE OR REPLACE FUNCTION UnlockRows(text)
 CREATE OR REPLACE FUNCTION LockRow(text, text, text, text, timestamp)
 CREATE OR REPLACE FUNCTION LockRow(text, text, text, text)
 CREATE OR REPLACE FUNCTION LockRow(text, text, text)
 CREATE OR REPLACE FUNCTION LockRow(text, text, text, timestamp)
 CREATE OR REPLACE FUNCTION AddAuth(text)
 CREATE OR REPLACE FUNCTION CheckAuth(text, text, text)
 CREATE OR REPLACE FUNCTION CheckAuth(text, text)
 CREATE OR REPLACE FUNCTION CheckAuthTrigger()
 CREATE OR REPLACE FUNCTION GetTransactionID()
 CREATE OR REPLACE FUNCTION EnableLongTransactions()
 CREATE OR REPLACE FUNCTION LongTransactionsEnabled()
 CREATE OR REPLACE FUNCTION DisableLongTransactions()
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5723#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list