Package: postgresql-9.1-orafce
Version: 3.0.4-1
Severity: normal
Tags: patch upstream

Dear Maintainer,
uninstall script lacks pg_catalog.next_day(value date, weekday integer)

this leads to incomplete uninstall, and re-installation needs manual steps.

Problem is present in upstream version.

Patch to solve issue is trivial:

--- bak/uninstall_orafunc.sql   2014-05-07 07:59:01.273217578 +0000
+++ uninstall_orafunc.sql       2014-05-07 07:59:58.557217442 +0000
@@ -1,6 +1,7 @@
 DROP FUNCTION pg_catalog.trunc(value date, fmt text);
 DROP FUNCTION pg_catalog.round(value date, fmt text);
 DROP FUNCTION pg_catalog.next_day(value date, weekday text);
+DROP FUNCTION pg_catalog.next_day(value date, weekday integer);
 DROP FUNCTION pg_catalog.last_day(value date);
 DROP FUNCTION pg_catalog.months_between(date1 date, date2 date);
 DROP FUNCTION pg_catalog.add_months(day date, value int);


-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to