pgaccess provides a graphical interface
- where you
+ wherein you
can manage your tables, edit them, define queries, sequences and
functions.
- Define, edit and store user-defined queries.
+ Define, edit and store user-defined queries.
-
Diagnosistics
+
Diagnostics
- If you get output like this:
+ If pgaccess fails to start up, with an error message roughly like this:
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
while executing
-"load libpgtcl[info sharedlibextension]"
- (procedure "main" line 3)
+"load ${libpgtclpath}[info sharedlibextension]"
+ (procedure "main" line 8)
invoked from within
"main $argc $argv"
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
then you need to configure your runtime linker to find the
- libpgtcl.so library, most likely by setting
+ libpgtcl.so and libpq.so
+ libraries, most likely by setting
the LD_LIBRARY_PATH environment variable. Consult
the
PostgreSQL installation instructions
for more information.
pgaccess is written in Tcl/Tk. Your
PostgreSQL installation needs to be
- buil
d with Tcl support for
pgaccess to
+ buil
t with Tcl support for
pgaccess to
be available.