Re: Add Metadata to Postgre SQL
От | José Pedro Santos |
---|---|
Тема | Re: Add Metadata to Postgre SQL |
Дата | |
Msg-id | BLU162-W193FD07CA915935833BB7EE0B70@phx.gbl обсуждение исходный текст |
Ответ на | Re: Add Metadata to Postgre SQL (Andreas Kretschmer <andreas@a-kretschmer.de>) |
Ответы |
Re: Add Metadata to Postgre SQL
|
Список | pgsql-general |
Hi,
Not comments. In comments i can't use the ISO that rules Metadata XML. Basically put XML Metadata files inside the schemas. Is possible?
Best regards,
José Santos
Not comments. In comments i can't use the ISO that rules Metadata XML. Basically put XML Metadata files inside the schemas. Is possible?
Best regards,
José Santos
> Date: Tue, 14 Aug 2012 11:25:55 +0200
> From: andreas@a-kretschmer.de
> To: pgsql-general@postgresql.org; zpsantos1@hotmail.com
> Subject: Re: [GENERAL] Add Metadata to Postgre SQL
>
>
>
> "José Pedro Santos" <zpsantos1@hotmail.com> 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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
> From: andreas@a-kretschmer.de
> To: pgsql-general@postgresql.org; zpsantos1@hotmail.com
> Subject: Re: [GENERAL] Add Metadata to Postgre SQL
>
>
>
> "José Pedro Santos" <zpsantos1@hotmail.com> 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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
В списке pgsql-general по дате отправления: