Super easy...
Log into your server, Create a file called anything you want: EX : F.sql
Put this in the file
log into psql and connect to ffmember (/c ffmember)Code:CREATE FUNCTION check_communicate_lock(uname TEXT) RETURNS integer AS 'select 1;' LANGUAGE SQL IMMUTABLE RETURNS NULL ON NULL INPUT;
type \i [filenamehere](EX: "\i F.sql")
done, that's it...



Reply With Quote![[Tutorial] Fix Delete Character](http://ragezone.com/hyper728.png)

