Help with awk script - Mailing list pgsql-novice

From Atif Jung
Subject Help with awk script
Date
Msg-id g2vd1c6b9c51004200344w70b065a4vd385932f0253a260@mail.gmail.com
Whole thread Raw
List pgsql-novice
Can anyone help with the following:
 
Using awk I need to replace every occurance of single quote with a double quote in the string IN ('x','y','z',......). There can be any number of elements in single quotes in between the brackets.
 
IN ('x','y','z'',...) -> IN ("x","y","z",....)
 
Thanks

Atif

pgsql-novice by date:

Previous
From: "Daniel Hutchison"
Date:
Subject: PLPerl not installed correctly?
Next
From: Tom Lane
Date:
Subject: Re: PLPerl not installed correctly?