Re: CREATE DATABASE

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: CREATE DATABASE
Дата
Msg-id 20060803145339.V81826@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: CREATE DATABASE  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Ответы Re: CREATE DATABASE  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список pgsql-general
On Fri, 4 Aug 2006, Nikolay Samokhvalov wrote:

> On 8/4/06, Nikolay Samokhvalov <samokhvalov@gmail.com> wrote:
> [...]
> > BTW, difference vanishes due to expression power of SQL -
> > it supports session comands in the same context as DDL commands and
> > data manipulation stmts (SQL:200n, 4.33.2.5 'SQL-connection
> > statements').
>
> Sorry, I already see my failure. It is in the fact that Postgres
> doesn't support that connection statements yet (but some connection
> things are supported - like changing the CURRENT_ROLE).
>
> So, my previous message is interesting only from theoretical point of
> view. I always try to thing in the manner of SQL standard or use
> knowledge from books/university ...
>
> But the logic is clear, isn't it? Connection is not client operation.

I'd read 4.39 differently which seems to imply that the SQL-client handles
the connection statements.

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: PITR Questions
Следующее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: Re: CREATE DATABASE