Re: Asking GO on SQL SERVER - Mailing list pgsql-sql

From Gurjeet Singh
Subject Re: Asking GO on SQL SERVER
Date
Msg-id 65937bea0804021909h2e0c11efx33bdeb12c4231e6c@mail.gmail.com
Whole thread Raw
In response to Asking GO on SQL SERVER  ("Otniel Michael" <otnieltera@gmail.com>)
List pgsql-sql
On Thu, Apr 3, 2008 at 7:14 AM, Otniel Michael <otnieltera@gmail.com> 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,


--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB      http://www.enterprisedb.com

Mail sent from my BlackLaptop device

pgsql-sql by date:

Previous
From: paul rivers
Date:
Subject: Re: Asking GO on SQL SERVER
Next
From: "Otniel Michael"
Date:
Subject: Re: Asking GO on SQL SERVER