![]() | |
#11
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
#12
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
#13
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
#14
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
#15
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
#16
| |||
| |||
|
|
There should be a file README.pg_trgm and a file pg_trgm.sql on your system. I have confirmed that there are no *pg_trgm* files on the system. |
|
Before posting I had downloaded the source to the module from http://www.sai.msu.su/~megera/postgres/gist/pg_trgm/ An checked the contents. It includes a README, but that does not tell me anything about installation, just how to use the functions. There is a pg_trgm.sql.in that apparently needs to be processed through a build process to arrive at something useable: .. create function set_limit(float4) returns float4 AS 'MODULE_PATHNAME' LANGUAGE 'C' with (isstrict,iscachable); pg_trgm.sql from the package is a set of tests demonstrating the functions. So does the fact that I don't have a file called pg_trgm.so or such mean that my package does not include/support the module? That I would have to build it from source? |
![]() |
| Thread Tools | |
| Display Modes | |
| |