File: README.debian

package info (click to toggle)
dbengine 1.1-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 644 kB
  • ctags: 162
  • sloc: perl: 1,460; sql: 601; sh: 79; makefile: 43
file content (16 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dbengine for DEBIAN
-------------------

The file descdb.sql creates a table that can be used to enhance the Web
interface to your database with additional display and relation
information, as described in the file descdbase.html in the "html"
subdirectory of this directory.

To create this table using PostgreSQL, use the command:

  psql -c "\i /path/to/descdb.sql" <dbname>

where <dbname> is the name of the database with which you want to use
the descdb table and /path/to/descdb.sql is the path to descdb.sql.

Jeremy Malcolm <terminus@debian.org>