On Jan 22, 2010, at 7:59 PM, Alex Hunsaker wrote: > $name =~ s/::|'/_/g; # avoid package delimiters > + $name =~ s/'/\'/g;
Looks to me like ' is already handled in the line above the one you added, no? David -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
