Skip to Content.
Sympa Menu

devel - patch for List.pm

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Michelle Murrain <address@concealed>
  • To: address@concealed
  • Subject: patch for List.pm
  • Date: Tue, 27 May 2003 21:18:21 -0400

I don't know when exactly this changed, but Postgresql version 7.3.2 returns 'public.table_name' instead of 'table_name' when doing a $dbh->table. So I ammended List.pm to allow sympa to recognize the tables.

5932,5933c5932
< # I added the 'public' because the new version of postgres returns that as the table name
< unless (($checked{$table})||($checked{"public.$table"})) {
---
unless ($checked{$table}) {

--
.Michelle

--------------------------
Michelle Murrain, Technology Consulting
tech at murrain dot net http://www.murrain.net
413-253-2874 ph
413-222-6350 cell
413-825-0288 fax
AIM:pearlbear0 Y!:pearlbear9 ICQ:129250575
SMS: 4132226350 at messaging dot sprintpcs dot com

"I am determined to cultivate only thoughts that increase trust and love, to use my hands to perform only deeds that build community, to speak only words of harmony and aid." - Thich Nhat Hanh


  • patch for List.pm, Michelle Murrain, 05/28/2003

Archive powered by MHonArc 2.6.19+.

Top of Page