Darvin Zuch wrote:
>
> Good Morning All !
>
> I have a MS SQL Server Database I'm moving to pgsql. I remember reading
> about being able to import a file of SQL commands and executing that file
> instead of having to do it all manually. Since that time, I can no longer
> find any reference to such a feature.
>
> Would someone be able to enlighten me and perhaps direct me toward a "magic
> wand" that will make this happen automatically. :)
>
> Thanks in advance
>
> Darvin Zuch
> mailto:[EMAIL PROTECTED]
>
> ************
I believe what you want is:
psql> \i filename
psql> \? will list the meta-commands for you
Regards,
Tim Holloway
MTS Associates, Inc.
************