| From: | "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com> |
|---|---|
| To: | "Otniel Michael" <otnieltera(at)gmail(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Asking GO on SQL SERVER |
| Date: | 2008-04-03 02:09:17 |
| Message-ID: | 65937bea0804021909h2e0c11efx33bdeb12c4231e6c@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Thu, Apr 3, 2008 at 7:14 AM, Otniel Michael <otnieltera(at)gmail(dot)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[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | indiatimes | yahoo }.com
EnterpriseDB http://www.enterprisedb.com
Mail sent from my BlackLaptop device
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Otniel Michael | 2008-04-03 02:12:41 | Re: Asking GO on SQL SERVER |
| Previous Message | paul rivers | 2008-04-03 01:55:09 | Re: Asking GO on SQL SERVER |