FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Postgres issues
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Postgres issues [message #28207 is a reply to message #28206] Thu, 13 October 2005 20:03 Go to previous messageGo to previous message
hawk259 is currently offline  hawk259   United States
Messages: 3
Registered: October 2005
Karma:
Junior Member
I had to tweak the patch:

$tbls = str_replace(array(' WRITE,', ' WRITE'), array('',''), $tables);

to

$tbls = str_replace(array(' WRITE,', ' WRITE'), array(',',''), $tables);

That is because it needs to leave the comma separator for the lock command.

I then had to tweak preg_replace from:

$tbls = preg_replace('!\s+\w+,!', ',', $tbls);

to

$tbls = preg_replace('!(\w+)\s+\w+(,|$)!', '\\1\\2', $tbls);

Brian
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2.7.2 - 2.7.3rc2 with PDO
Next Topic: exim and fud
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 10:16:04 GMT 2024

Total time taken to generate the page: 0.04168 seconds