diff options
author | pav <pav@FreeBSD.org> | 2005-03-07 07:36:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-07 07:36:23 +0800 |
commit | 0f292542001b1a6cec78587bb6f8c767b8d887fb (patch) | |
tree | 3c8f5660c31f8e3acc53447ed93a0b7c710fe7e8 /databases/Makefile | |
parent | 1846f0b4462071d6852b3b962ccfd2be02a14025 (diff) | |
download | freebsd-ports-graphics-0f292542001b1a6cec78587bb6f8c767b8d887fb.tar.gz freebsd-ports-graphics-0f292542001b1a6cec78587bb6f8c767b8d887fb.tar.zst freebsd-ports-graphics-0f292542001b1a6cec78587bb6f8c767b8d887fb.zip |
PgWorksheet is an simple GUI frontend to Postgresql for executing SQL query and
psql commands without using the psql command line tool.
PR: ports/78404
Submitted by: Henri Michelon <hmichelon@e-cml.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 2ce283f737d..c680c1de724 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -223,6 +223,7 @@ SUBDIR += pgadmin3 SUBDIR += pgbash SUBDIR += pgcluster + SUBDIR += pgworksheet SUBDIR += php-sqlrelay SUBDIR += php4-dba SUBDIR += php4-dbase |