File: control

package info (click to toggle)
pg-comparator 2.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: perl: 5,349; ansic: 709; sql: 158; makefile: 62
file content (28 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: pg-comparator
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Ivan Mincik <ivan.mincik@gmail.com>
Section: database
Priority: optional
Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
               debhelper-compat (= 13),
               postgresql-server-dev-all
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pg_comparator
Vcs-Git: https://salsa.debian.org/debian-gis-team/pg_comparator.git
Homepage: https://www.coelho.net/sw/pg_comparator/

Package: postgresql-comparator
Architecture: any
Depends: libdbi-perl,
         libdbd-pg-perl,
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
Recommends: postgresql-18,
            libgetopt-long-descriptive-perl,
            libterm-readpassword-perl
Description: efficient PostgreSQL table content comparison and synchronization
 This script performs a network and time efficient comparison or
 synchronization of two possibly large tables on two PostgreSQL
 database servers, so as to detect inserted, updated or deleted tuples between
 these tables.