[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pgadmin/pgadmin.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A WXWindows-based PostgreSQL administration utility [T] PgAdmin3 is a fully functional administration package for [T] PostgreSQL. It has all the basic functionality you need to completely [T] administer a PosgreSQL server and/or database, including the ability to [T] administer views, sequences, stored procedures, and triggers. Features [T] include the ability to create and drop databases; create, copy, drop, and [T] alter tables/views/sequences/functions/triggers; edit and add fields (to [T] the extent Postgres allows); execute any SQL-statement, even [T] batch-queries; manage keys on fields; create and read dumps of database [T] and tables; and administer one single database, multiple servers, and [T] Postgres users/groups. [U] https://www.pgadmin.org/ [A] Dave Page [A] pgAdmin Development Team [M] Nagy Karoly Gabriel [C] extra/database [L] Artistic [S] Stable [V] 9.8 [D] a98e3c8b5b5d70b0dbdd17aa3a61e3a61c2c517ebf38fefa96cda110 pgadmin4-9.8.tar.gz https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.8/source/ if [ $prefix_auto = 1 ]; then prefix="opt/pgadmin" set_confopt fi [[ $libdir = *lib ]] || var_append patchfiles ' ' $confdir/configure_lib64.diff var_append confopt ' ' "--with-pgsql-include=$(pkgprefix includedir postgresql)" var_append confopt ' ' "--with-pgsql-lib=$(pkgprefix libdir postgresql)" var_append confopt ' ' "--with-pgsql-bindir=$(pkgprefix bindir postgresql)" var_append confopt ' ' "--with-pgsql=${root}/$(pkgprefix postgresql)"