Basic Clients and Utilities for PostgreSQL
https://www.postgresql.org/
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
This package contains the basic utility and client programs necessary
to maintain and work with local or remote PostgreSQL databases as well
as manual pages for the SQL commands that PostgreSQL supports. Full
HTML documentation for PostgreSQL can be found in the postgresql-docs
package.
- Developed at server:database:postgresql
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/postgresql14 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-jit-Workaround-potential-datalayout-mismatch- |
0000003262 3.19 KB | |
_constraints | 0000000245 245 Bytes | |
baselibs.conf | 0000000174 174 Bytes | |
postgresql-14.9.tar.bz2 | 0022207374 21.2 MB | |
postgresql-14.9.tar.bz2.sha256 | 0000000090 90 Bytes | |
postgresql-conf.patch | 0000001086 1.06 KB | |
postgresql-llvm-optional.patch | 0000000562 562 Bytes | |
postgresql-plperl-keep-rpath.patch | 0000001309 1.28 KB | |
postgresql-rpmlintrc | 0000000305 305 Bytes | |
postgresql-testsuite-keep-results-file.patch | 0000000376 376 Bytes | |
postgresql-var-run-socket.patch | 0000002007 1.96 KB | |
postgresql14.changes | 0000012840 12.5 KB | |
postgresql14.spec | 0000028800 28.1 KB |
Revision 13 (latest revision is 20)
Ana Guerrero (anag+factory)
accepted
request 1120251
from
Reinhard Max (rmax)
(revision 13)
- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing. - Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice. - Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html - Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16. - Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.
Comments 0