Database (Schema) Objects?
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
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