Help for this page

Select Code to Download


  1. or download this
    CREATE OR REPLACE FUNCTION pagecamel.nameserver_isforcenx(search_domai
    +n_name text)
     RETURNS boolean
     LANGUAGE plpgsql
    ...
        RETURN false;
    END;
    $function$;