CONCAT function equivalent - Mailing list pgsql-novice

From Fabian Santiago
Subject CONCAT function equivalent
Date
Msg-id CAP4E920joZPxFc_6pUxgcMzNufj6R_ye1oD40nB=J_ENRamxYw@mail.gmail.com
Whole thread Raw
Responses Re: CONCAT function equivalent
List pgsql-novice
Hello,

Is there an equivalent command (string) for this example:

UPDATE domain SET settings=CONCAT(settings, 'default_language:', defaultlanguage, ';');

that works and accomplishes the same thing in postgresql v8.4? Thanks.

--
Sincerely,

Fabian S.

pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Restrict number of connections to specific table
Next
From: Joe Conway
Date:
Subject: Re: CONCAT function equivalent