I am getting the following error when I try to log in for the first time:
You have been inactive quite a long while trying to log in and your session data have expired.
Please try to click 'log in' once again.
I'm using version 8.3 of postgreSQL. When I try
GRANT ALL ON ts2.pg_ts_cfg, ts2.pg_ts_cfgmap, ts2.pg_ts_parser, ts2.pg_ts_dict TO wd;
I get:
ERROR: relation "ts2.pg_ts_cfg" does not exist
I understand that the tables are in a different place. I have also manually changed ownership of those tables to wd to no avail. Am I missing something here? Why am I not able to log in? I can get the VMware dev image working just fine. Has something changed since 137?