diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-02-19 16:39:03 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-02-19 16:39:03 +0800 |
commit | 833b433a53b4c5e24cddaffc38357bc3947a850e (patch) | |
tree | 9518182646c128aa1072a570741026fdb394d76f /databases/postgresql-pltcl/pkg-descr | |
parent | e71d2fb2e87b181f3d040cca76864b9ba0fd4a7f (diff) | |
download | freebsd-ports-gnome-833b433a53b4c5e24cddaffc38357bc3947a850e.tar.gz freebsd-ports-gnome-833b433a53b4c5e24cddaffc38357bc3947a850e.tar.zst freebsd-ports-gnome-833b433a53b4c5e24cddaffc38357bc3947a850e.zip |
This is a port of the PL/Tcl module of the postgresql-7.2 distribution.
PR: ports/34859
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'databases/postgresql-pltcl/pkg-descr')
-rw-r--r-- | databases/postgresql-pltcl/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql-pltcl/pkg-descr b/databases/postgresql-pltcl/pkg-descr new file mode 100644 index 000000000000..dbd49eb69164 --- /dev/null +++ b/databases/postgresql-pltcl/pkg-descr @@ -0,0 +1,6 @@ +PL/Tcl allows you to write PostgreSQL stored functions and procedures +in Tcl. + +This software is part of the standard PostgreSQL distribution. + +WWW: http://www.postgresql.org/ |