Обсуждение: Error opening pgaccess

Поиск
Список
Период
Сортировка

Error opening pgaccess

От
Max Wiberg
Дата:
I have the latest LinuxPPC (Halloween) installation on my iMac.
I'm using Postgresql 7.0.2.

The installation works --  in the terminal window I can connect to the
database  using  "psql"
executing  SQL-statments.  and so forth.

Using HTML-forms - Apache and PHP  - I can enter data into the database
etc.
Most everything is OK but --
When opening   "pgacces"  I get the following error-message:

ERROR: getattproperties: no attribute tuple 1259 - 2

Why do I get this message trying to use this graphic  tcl/tk-tooll to
connect to my database.
 It's not that I absolutely need it - but it shure would be handy.

Cheers:  Max!







Re: Error opening pgaccess

От
Tom Lane
Дата:
Max Wiberg <max.wiberg@huggaren.nu> writes:
> I have the latest LinuxPPC (Halloween) installation on my iMac.
> I'm using Postgresql 7.0.2.
> ERROR: getattproperties: no attribute tuple 1259 - 2

Pg 7.0.* does not really work on PPC unless compiled at -O0 optimization
level (which is not the default :-().  Fix the flags and recompile, or
if you were using RPMs, get the 7.0.3 RPMs.

The underlying portability problem is fixed for 7.1, I believe.

            regards, tom lane