Hi,
I have a probem using the TCL/TK interface (pgaccess) to postgresql. I
have created a (postgresql) user frank and as this user created a
database. It works pretty well from the psql intgerface.
Try opening the database from within pgaccess I get the following
errors:
First FATAL ERROR upgrading PgAccess table pga_graphs: ERROR: permission
denied for relation pga_graphs
Seemed to be a permission problem, so I did a:
GRANT UPDATE ON TABLE pga_graphs TO frank;
as postgres (dba).
Here is the according error log:
can't read "Win(statuslabel)": no such variable
can't read "Win(statuslabel)": no such variable
while executing
"$Win(statuslabel) configure -text """
(procedure "::Mainlib::init_pga_tables" line 115)
invoked from within
"::Mainlib::init_pga_tables $CurrentDB"
(procedure "::Connections::openConn" line 164)
invoked from within
"::Connections::openConn 0 0 0"
invoked from within
".pgaw:OpenDB.fb.btnopen invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 22)
invoked from within
"tk::ButtonUp .pgaw:OpenDB.fb.btnopen"
(command bound to event)
This seems more a tklib issue. I run postgresql 7.4.7 and pgaccess
0.99.0.20040219
Has anyone seen (resolved) this?
Thanks in advance
Frank
--
[email protected] mailing list