How to execute script file in PSQL

Some times we need to execute the script file in PSQL. Below is the procedure to execute the script file in psql. 

we have to use command like 

\i 'D:/temp/Postgresql_ScriptFile_20191030.sql'




Comments

Popular posts from this blog

How to connect postgresql database through ODBC driver in excel

Postgresql System files and their uses