Database (Schema) Objects?

Started by Stefan Kellerabout 13 years ago2 messagesgeneral
Jump to latest
#1Stefan Keller
sfkeller@gmail.com

Hi

Oracle defines database (schema) objects and "non-schema" objects (see [1]http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements007.htm).
Is there also such a thing in Postgres?

Yours, Stefan

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

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

#2Guy Rouillier
guy.rouillier@gmail.com
In reply to: Stefan Keller (#1)
Re: Database (Schema) Objects?

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

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