Thread: Re: Executing SQL commands in script files ...sorry ..mail was emty..

Re: Executing SQL commands in script files ...sorry ..mail was emty..

From
"Andres Ledesma"
Date:
I appologyze about this empty email, It was 2:00 am to me, and perhaps I was half asleep..
 
well.. to run the script  :
 
psql < scriptfile.sql
 
    or in the psql console :
 
\i scriptfile.sql
 
Andrew