Re: [GENERAL] Creating Extension pg_trgm

2013-05-16 Thread Tom Lane
itishree sukla writes: > I need to create pg_trgm extension, however in my current DB, we have some > function based on pg_trgm. when i am trying to create extension, it is > asking to drop all dependant function, is there anyway without dropping > any dependency i can create this extension. It

[GENERAL] Creating Extension pg_trgm

2013-05-15 Thread itishree sukla
Hi all, I need to create pg_trgm extension, however in my current DB, we have some function based on pg_trgm. when i am trying to create extension, it is asking to drop all dependant function, is there anyway without dropping any dependency i can create this extension. Thanks in advance... Reg