Re: Add Metadata to Postgre SQL

Поиск
Список
Период
Сортировка
Искать
От
Andreas Kretschmer
Тема
Re: Add Metadata to Postgre SQL
Дата
Msg-id
523483001.16189.1344936355116.JavaMail.open-xchange@ox.ims-firmen.de
Ответ на
Add Metadata to Postgre SQL (José Pedro Santos)
Список
Дерево обсуждения
Add Metadata to Postgre SQL José Pedro Santos <zpsantos1@hotmail.com>
Re: Add Metadata to Postgre SQL John R Pierce <pierce@hogranch.com>
Re: Add Metadata to Postgre SQL Andreas Kretschmer <andreas@a-kretschmer.de>
Re: Add Metadata to Postgre SQL José Pedro Santos <zpsantos1@hotmail.com>
Re: Add Metadata to Postgre SQL John R Pierce <pierce@hogranch.com>
Re: Add Metadata to Postgre SQL José Pedro Santos <zpsantos1@hotmail.com>
Re: Add Metadata to Postgre SQL John R Pierce <pierce@hogranch.com>
Re: Add Metadata to Postgre SQL José Pedro Santos <zpsantos1@hotmail.com>
Re: Add Metadata to Postgre SQL Steve Crawford <scrawford@pinpointresearch.com>
Re: Add Metadata to Postgre SQL Pavel Stehule <pavel.stehule@gmail.com>


"José Pedro Santos"  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

В списке pgsql-general по дате отправления
От: Robert Gravsjö
Дата:
Сообщение: Re: Visualize database schema
От: John R Pierce
Дата:
FAQ