summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-02 08:31:36 +0000
committerjdolecek <jdolecek>2004-10-02 08:31:36 +0000
commitf2c6df17d575e8b3f6ff4a30f44a06cb36d31e62 (patch)
treeeea1bb9460eeb7d609f257d928db9c78457a1630 /databases
parenta08842290211b3e8bf4feaa966c11108576537f4 (diff)
downloadpkgsrc-f2c6df17d575e8b3f6ff4a30f44a06cb36d31e62.tar.gz
more brief and useful description
Diffstat (limited to 'databases')
-rw-r--r--databases/oraedit/DESCR19
1 files changed, 6 insertions, 13 deletions
diff --git a/databases/oraedit/DESCR b/databases/oraedit/DESCR
index 48b33e5891b..0fe05765f94 100644
--- a/databases/oraedit/DESCR
+++ b/databases/oraedit/DESCR
@@ -1,14 +1,7 @@
-oraedit is capable of editing functions, procedure,
-package bodies and specification, type body and specifications
-as well as views stored in Oracle. The only thing required is
-working sqlplus client or working rsh/ssh connection
-to a computer with one (and Python, of course).
+oraedit is simple wrapper for editing Oracle stored functions,
+procedures, packages, types and views. Requires only Oracle sqlplus
+binary, or rsh/ssh connection to computer with one. Any local editor
+can be used with oraedit, including vim or pico.
-oraedit was used as a replacement for Platinum's SQL-Station,
-to get rid MS Windows for a development box. It surely
-doesn't have every feature SQL-Station has, but hey - the
-fact it works under Unix is appealing :) It's particularly
-usable in connection with some decent GUI editor, such as vim.
-
-Documentation is currently not present, you have to figure out
-usage yourself ATM, sorry.
+Documentation is currently not present, but hopefully the configuration
+and usage is reasoably straighforward.