Glossary

buildmb

Uses a set of SQL queries and formulas to calculate values for M and B of DescRec entries.

convertX

This will calculate the X coordinates for fields based on their recid in a crt entry.

convertY

This will calculate the Y coordinates for fields based on their recid in a crt entry.

dbconvert

Convert the Postgres database entries to the AccelNET runtime format.

dbmodify

Send the converted Postgres database entries into the currently running runtime system. This is only safe for a select set of tables.

dump_accelnet_db

Creates flatfiles of all Postgres tables for a database.

fetch

Retrieves database entries from the Postgres database as well as customizable SQL queries. The arguments vary for this command based on the current directory.

pg_dump

Used to get a raw dump file from Postgres for a database.

pgEdit

Experimental graphical database editor.

Query Files (.pqry)

These files are used to customize a fetch command.

update

Sends updated database entries, including new additions to the Postgres database. If a customized SQL query was used to retrieve the entries, the query file must remain in place.