-- $Source: /local/data/cvs/yellowbank/postgres/src/y_pam/y_pg_pamc.sql,v $ -- $Revision: 1.2 $ -- $State: Exp $ -- $Date: 2007/03/25 02:02:13 $ -- $Author: yrp001 $ -- $Locker: $ -- Copyright (c) 2006 -- Ronald Peterson -- (Y) Yellowbank -- All rights reserved. Applicable BSD license terms can be found in -- the associated LICENSE file. CREATE OR REPLACE FUNCTION y_pam_auth( text, text ) RETURNS bool AS 'y_pg_pamc.so', 'y_pam_auth' LANGUAGE C IMMUTABLE STRICT;