Installing soundex, metaphone, lenshtein

Started by Carlos Olivaover 20 years ago4 messagesgeneral
Jump to latest
#1Carlos Oliva
carlos@pbsinet.com

Where can I find instructions to install these functions in my 7.4 version?
I am awaret hat they are in the contrib. folder but I have never installed
functions from the contrib folder. Thanks in advance.

Carlos

#2Philip Hallstrom
postgresql@philip.pjkh.com
In reply to: Carlos Oliva (#1)
Re: Installing soundex, metaphone, lenshtein

Where can I find instructions to install these functions in my 7.4 version?
I am awaret hat they are in the contrib. folder but I have never installed
functions from the contrib folder. Thanks in advance.

From postgresql-7.4.2/contrib/README:

Each subdirectory contains a README file with information about the
module. Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
user-defined functions, operators, or types. After you have installed
the files you need to register the new entities in the database system
by running the commands in the supplied .sql file. For example,

$ psql -d dbname -f module.sql

See the PostgreSQL documentation for more information about this
procedure.

good luck!

#3Carlos Oliva
carlos@pbsinet.com
In reply to: Philip Hallstrom (#2)
Re: Installing soundex, metaphone, lenshtein

Thank you Phillip. I was able to install the functions with the command
that you posted. I will look for the documents on the usage of these
functions.

-----Original Message-----
From: Philip Hallstrom [mailto:postgresql@philip.pjkh.com]
Sent: Friday, August 19, 2005 2:48 PM
To: Carlos Oliva
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Installing soundex, metaphone, lenshtein

Where can I find instructions to install these functions in my 7.4

version?

I am awaret hat they are in the contrib. folder but I have never installed
functions from the contrib folder. Thanks in advance.

From postgresql-7.4.2/contrib/README:

Each subdirectory contains a README file with information about the
module. Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
user-defined functions, operators, or types. After you have installed
the files you need to register the new entities in the database system
by running the commands in the supplied .sql file. For example,

$ psql -d dbname -f module.sql

See the PostgreSQL documentation for more information about this
procedure.

good luck!

#4Carlos Oliva
carlos@pbsinet.com
In reply to: Philip Hallstrom (#2)
Re: Installing soundex, metaphone, lenshtein

Thank you Philip. I found everything and installed the functions
successfully.

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Philip Hallstrom
Sent: Friday, August 19, 2005 2:48 PM
To: Carlos Oliva
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Installing soundex, metaphone, lenshtein

Where can I find instructions to install these functions in my 7.4

version?

I am awaret hat they are in the contrib. folder but I have never installed
functions from the contrib folder. Thanks in advance.

From postgresql-7.4.2/contrib/README:

Each subdirectory contains a README file with information about the
module. Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
user-defined functions, operators, or types. After you have installed
the files you need to register the new entities in the database system
by running the commands in the supplied .sql file. For example,

$ psql -d dbname -f module.sql

See the PostgreSQL documentation for more information about this
procedure.

good luck!

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org