Find difference between two Text fields - Mailing list pgsql-general

From Peter Hunsberger
Subject Find difference between two Text fields
Date
Msg-id cc159a4a0907241413h3b6c595flebb2a8e172913fc4@mail.gmail.com
Whole thread Raw
Responses Re: Find difference between two Text fields
List pgsql-general
Can anyone give me a way to find the difference between two text
fields on a character by character basis.  Essentially,  I'd like to
logically AND the two together and for any position that has a
non-zero result show whatever character is in that position for the
second string.  The solution can be postgres specific but something
approaching ANSI SQL would also be helpful (if possible).

--
Peter Hunsberger

pgsql-general by date:

Previous
From: Denis BUCHER
Date:
Subject: Re: Best way to import data in postgresl (not "COPY")
Next
From: Andreas Wenk
Date:
Subject: Re: split string by special characters