File: control

package info (click to toggle)
psqlodbc 1%3A13.02.0000-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,148 kB
  • sloc: ansic: 51,638; sh: 11,491; cpp: 1,788; makefile: 175; sql: 157; xml: 31
file content (49 lines) | stat: -rw-r--r-- 1,740 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: psqlodbc
Priority: optional
Section: database
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
 Steve Langasek <vorlon@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libpq-dev,
 postgresql,
 postgresql-common,
 postgresql-server-dev-all,
 unixodbc-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://odbc.postgresql.org/
Vcs-Git: https://salsa.debian.org/postgresql/psqlodbc.git
Vcs-Browser: https://salsa.debian.org/postgresql/psqlodbc

Package: odbc-postgresql
Architecture: any
Multi-Arch: same
Depends:
 odbcinst,
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Enhances:
 unixodbc,
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.