I'm working with Postgre 8.2.4 in Windows (PostgreSQL 8.2.4 on
i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2 (mingw-special) )
and I had a terrible time getting PL/Python to install. After a bit of
trial-and-error and searching, I determined there was a Python version
dependency and a chang
Harney, Brian wrote:
I noticed someone wrote this message 6 months ago….
http://archives.postgresql.org/pgsql-general/2007-01/msg00059.php
When will this information be put into the documentation? Is there a
way I can help? I don’t want anyone else to go through what I did.
You coul
Earlier today I was tempted to start storing usesysid's as foreign keys
in one of my tables by doing:
SELECT usesysid FROM pg_user WHERE pg_user.usename= user;
My proposed FAQ entry is based on this mailing list post which convinced
me not to:
http://archives.postgresql.org/pgsql-novice/2005-0