Re: BUG #5167: Alternative to USE of MSSQL

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: BUG #5167: Alternative to USE of MSSQL
Дата
Msg-id 162867790911050040x7e8b471cyf73f87f8db4a8d89@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #5167: Alternative to USE of MSSQL  ("forbiddenvk" <for.bid.den.vk@gmail.com>)
Список pgsql-bugs
2009/11/5 forbiddenvk <for.bid.den.vk@gmail.com>:
>
> The following bug has been logged online:
>
> Bug reference: =C2=A0 =C2=A0 =C2=A05167
> Logged by: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0forbiddenvk
> Email address: =C2=A0 =C2=A0 =C2=A0for.bid.den.vk@gmail.com
> PostgreSQL version: 8.4
> Operating system: =C2=A0 Windows
> Description: =C2=A0 =C2=A0 =C2=A0 =C2=A0Alternative to USE of MSSQL
> Details:
>
> Why couldn't create a =C2=A0alternative to USE command in MSSQL?, I think=
 is
> necesary when we want execute a full script for create a database and tab=
les
> in once.

Hello

\c command is alternative of USE statement in MSSQL.

postgres=3D# \c template1
You are now connected to database "template1".
template1=3D#

regards
Pavel Stehule

>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

В списке pgsql-bugs по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: BUG #5167: Alternative to USE of MSSQL
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: BUG #5167: Alternative to USE of MSSQL