On Thu, Apr 3, 2008 at 7:14 AM, Otniel Michael <[EMAIL PROTECTED]> wrote:

> Hi All..
>
> Anybody knows what is "GO" (SQL Server) on Postgres?
>

If you are using the interactive terminal  psql, then you can use \g meta
command....


select 1+2
\g
---- expect results here.

Remember that this is a feature of psql; so if you are using ODBC, JDBC etc,
it won't work from those interfaces.

Best regards,


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED] gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB      http://www.enterprisedb.com

Mail sent from my BlackLaptop device

Reply via email to