Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread Steve Crawford
On 08/14/2012 06:34 AM, José Pedro Santos wrote: I'm working with vector but is like that. I just add a new column them I will copy the XML file into their..let me see if work. You can store XML in a text field but if the data is truly well-formed XML you may be better off defining the column

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread José Pedro Santos
I'm working with vector but is like that. I just add a new column them I will copy the XML file into their..let me see if work. Thanks, Best R. JP > Date: Tue, 14 Aug 2012 04:52:30 -0700 > From: pie...@hogranch.com > To: pgsql-general@postgresql.org > Subject: Re: [GENERAL

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread John R Pierce
On 08/14/12 4:32 AM, José Pedro Santos wrote: With the files should came metadata to describe what is inside the file. I can't put in the comment options because is not ISO standart that allow to produce metadata. I'm rookie with Postgre what do you mean by "stored in a text field of a table"

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread Pavel Stehule
: Tue, 14 Aug 2012 03:09:16 -0700 >> From: pie...@hogranch.com >> To: pgsql-general@postgresql.org >> Subject: Re: [GENERAL] Add Metadata to Postgre SQL >> >> On 08/14/12 2:55 AM, José Pedro Santos wrote: >> > Not comments. In comments i can't use the ISO

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread José Pedro Santos
exist one option in the table options called "Metadata" would be great because allow to insert all the information there. Best R. JS > Date: Tue, 14 Aug 2012 03:09:16 -0700 > From: pie...@hogranch.com > To: pgsql-general@postgresql.org > Subject: Re: [GENERAL] Add Metadata to

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread John R Pierce
On 08/14/12 2:55 AM, José Pedro Santos wrote: Not comments. In comments i can't use the ISO that rules Metadata XML. Basically put XML Metadata files inside the schemas. Is possible? not sure what the International Standards Organization has to do with this, but XML is just text, and can be st

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread José Pedro Santos
ql.org; zpsant...@hotmail.com > Subject: Re: [GENERAL] Add Metadata to Postgre SQL > > > > "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

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread John R Pierce
On 08/14/12 2:15 AM, José Pedro Santos wrote: 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? raster layers/images

Re: [GENERAL] Add Metadata to Postgre SQL

2012-08-14 Thread Andreas Kretschmer
"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 prob