Обсуждение: Database (Schema) Objects?

Поиск
Список
Период
Сортировка

Database (Schema) Objects?

От
Stefan Keller
Дата:
Hi

Oracle defines database (schema) objects and "non-schema" objects (see [1]).
Is there also such a thing in Postgres?

Yours, Stefan

[1] http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements007.htm


Re: Database (Schema) Objects?

От
Guy Rouillier
Дата:
On 3/5/2013 2:03 AM, Stefan Keller wrote:
> Hi
>
> Oracle defines database (schema) objects and "non-schema" objects (see [1]).
> Is there also such a thing in Postgres?
>

Yes.  See, for example, CREATE USER, CREATE TABLESPACE and CREATE SCHEMA.

--
Guy Rouillier