diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 13:20:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 13:20:14 +0800 |
commit | 86dd730f8c10bc42fdd7e491ac08b8b427d804bd (patch) | |
tree | 5b5800c91f5e704247c78bc9619d3f6f473a38a0 /databases/Makefile | |
parent | c48db0d7390011d625d04db3e1d61b655e191a3b (diff) | |
download | freebsd-ports-gnome-86dd730f8c10bc42fdd7e491ac08b8b427d804bd.tar.gz freebsd-ports-gnome-86dd730f8c10bc42fdd7e491ac08b8b427d804bd.tar.zst freebsd-ports-gnome-86dd730f8c10bc42fdd7e491ac08b8b427d804bd.zip |
New port: databases/pgbash
pgBash is a bash shell with the ability to directly connect
to a PostgreSQL Database and use it while still being at a
shell prompt with all its features.
PR: ports/54271
Submitted by: Sascha Holzleiter <sascha@root-login.org>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d1b2fba53cfd..ced37759892b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -163,6 +163,7 @@ SUBDIR += pear-DB SUBDIR += pgaccess SUBDIR += pgadmin3 + SUBDIR += pgbash SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin |