Search Postgresql Archives

Re: Add Metadata to Postgre SQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




"José Pedro Santos" <zpsantos1@xxxxxxxxxxx> hat am 14. August 2012 um 11:15
geschrieben:
>
> Dear Postgre Community,
>
> I would like to know if is possible to add metadata to Schemas. I have shemas
> with raster layers and I would like to add to them matadata. Is possbile in
> Postgre? If not how can I solve this problem?

What do you mean with 'metadata'? Comments?

test=# create schema foobar;
CREATE SCHEMA
test=*# comment on schema foobar is 'my new comment';
COMMENT
test=*# \dn+ foobar
                   List of schemas
  Name  | Owner | Access privileges |  Description
--------+-------+-------------------+----------------
 foobar | root  |                   | my new comment
(1 row)



Regards, Andreas


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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux