Package: libecpg-compat3 Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 50 Depends: libc6 (>= 2.4), libecpg6 (>= 9.0~), libpgtypes3 Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libs Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-10.pgdg+1_i386.deb Size: 12688 SHA256: 6edbc528219c5146278c4aebe76b7cb9e4ffa9921e83dde54a27d96ca390453b SHA1: edc0d4fa58ca975babfa303d0f4be93cd4861cf9 MD5sum: ee33608bd528a838ac4e6a278fe5faf9 Description: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1066 Depends: libc6 (>= 2.34), libpq-dev, libecpg6 (= 9.2.24-10.pgdg+1), libecpg-compat3 (= 9.2.24-10.pgdg+1), libpgtypes3 (= 9.2.24-10.pgdg+1) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libdevel Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-10.pgdg+1_i386.deb Size: 216128 SHA256: 8f5e7f16ba5b82ee560646b556356df3884b9b59cefe671222d661b60a616205 SHA1: 0ef2cc75db5657fceedf50039e9aec1c74378898 MD5sum: fa455bd04adf89a74106d8123db34880 Description: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 378 Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libs Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-10.pgdg+1_i386.deb Size: 77360 SHA256: 036e939dda1590d1dea48f84532178f56df6dcd3a4cd4131be2d96dfefed79de SHA1: 481b54d7735b34a7828aaa77bff125bc877c2d33 MD5sum: 24e45036227e0abea25cdb78e4c71d83 Description: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpgtypes3 Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 100 Depends: libc6 (>= 2.4) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libs Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-10.pgdg+1_i386.deb Size: 36376 SHA256: 2e673fa95597a2663c857af1ca2d45e75a04a527f61507af6038cadeaf42ce79 SHA1: eb5b2e589b2d1ca736f421a655f5ce976d91b9d8 MD5sum: decd9b3eeafe805de0746907ec0a966c Description: shared library libpgtypes for PostgreSQL 9.2 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpq-dev Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 866 Depends: libc6 (>= 2.34), libpq5 (= 9.2.24-10.pgdg+1) Suggests: postgresql-doc-9.2 Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libdevel Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-10.pgdg+1_i386.deb Size: 188896 SHA256: 58c5a1bca68b0baf8cbd19d2a1dc5c42f01cbc6a00df466503d34819ed37ef09 SHA1: 85ebcaa7d749130eb65bb2ee8b20fe4bfb563b0b MD5sum: 9a81cf3506f3ba430218e1901d6b5c11 Description: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Source: postgresql-9.2 Version: 9.2.24-10.pgdg+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 518 Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0) Homepage: http://www.postgresql.org/ Priority: optional Section: 9.2/libs Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-10.pgdg+1_i386.deb Size: 124056 SHA256: d32b512dea8a9999aad4e30df234a2b6e04f53bb0ffc0c8acedbd73aaff03370 SHA1: 0575f2710438348e7491aba4a4aae95692c018d1 MD5sum: 2b93d3bfd0ed0e1e6463ebf22c5a0ea0 Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system.