Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gloonie

    plpython bug - sre

    Hi Leland123, Thanks for the info. I will try rebuilding everything, but I am not sure whether or not the problem is with PostgreSQL or Python. You see, with the standard RH9 and PostgreSQL, I can write stored procedures that work with most of the allowable modules. So far it is only the re...
  2. gloonie

    plpython bug - sre

    I'm pretty sure that the problem in the lack of a libpython in the RPM. I tried to create one, and it seemed to work, but could not build PostgreSQL. Anyone have any other ideas? TIA, Glenn
  3. gloonie

    plpython bug - sre

    I just found an entry in the PostgreSQL 7.4 development doc that states the need for libpython.so. That does NOT come with the standards python rpm on Redhat. I will compile it and let you know if that's the problem. Thanks for the clues! Glenn
  4. gloonie

    plpython bug - sre

    It might well be a problem in Python (or at least a change. I am using Redhat 9.0 (kernel 2.4.20-13.9) with PostgreSQL 7.3.2.3 and Python 2.2.2.26. I did notice that the same problem was reported to the PostgreSQL bug list on Fri, 6 Sep 2002 in an email entitled "problem with pl/python...
  5. gloonie

    plpython bug - sre

    There seems to be a bug in PostgreSQL 7.3.2 when attempting to write a simple function using regular expressions. Attempting to import sre results in the error message: found.exceptions.ImportError: No module named _sre Has anyone had this problem? It completely stops Python development. TIA...
  6. gloonie

    Error Unicode Character as Primary Key

    Hi, I am encountering a problem with unicode in PostgreSQL 7.3.2 in creating a primary key consisting of of a one-character Unicode column. Definitions work, but when I try to INSERT rows with values higher than u'FB50, PostgreSQL starts rejecting the rows as Duplicates, even though the values...

Part and Inventory Search

Back
Top