
	rel2pql
	-------
	convert an existing PQL format to a PQL script
	by Bjoern Lemke 1994 (C)

Since the actual format of PQL tables is the second one, I wrote a tool
to convert the old table format to a new one. Perhaps you find this 
tool useful. It also demonstates the filein mode of the PQL interpreter.

To use it, first please set up the required paths in the script.
Now you can convert an existing table by typing

	rel2pql -f<table>

NOTE: no whitespaces between the table specifier and the -f option 

The generated PQL script is written to stdout so you can pipe it into
an appropriate location.


