Christopher B. Browne's Home Page
cbbrowne@acm.org

8.108. slon_quote_brute(text)

Function Properties

PLPGSQLtext
Brutally quote the given text
    declare	
        p_tab_fqname alias for $1;
        v_fqname text default '';
    begin
        v_fqname := '"' || replace(p_tab_fqname,'"','""') || '"';
        return v_fqname;
    end;

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org