Re: metadata development

From: Martin Gainty <mgainty(at)hotmail(dot)com>
To: <subscriber(at)blackbrook(dot)org>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: metadata development
Date: 2009-03-28 15:44:15
Message-ID: BLU142-W9CC7FABF4149EF2B912B2AE8F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


MG>(hopefully quick) comments below..

> From: subscriber(at)blackbrook(dot)org
> CC: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] metadata development
>
> Dara Olson wrote:
> >
> > Happy spring.
MG>Happy Spring..

> >
> > I am new to postgres/postgis and am trying to figure out the best way
> > to approach documenting metadata within postgres. Has there been
> > anything developed to add FGDC or Dublin Core standard metadata
> > records into postgres for each table within the database? Is there
> > any program that can access postgres to insert metadata based on a
> > standard or any other way to document metadata for a postgres
> > database? Any help, suggestions or advice from prior experiences
> > would be greatly appreciated.
> >
> > Thanks in advance.
> >
> > Dara
> >
> I'm curious how this would be useful. Why would you want to associate
> that sort of information with tables as metadata? Dublin core is a
> metadata standard for "information resources" like documents (Tile,
> Creator, Publisher, Author, Rights, etc), and FGDC is Geographic data. I
MG>In that case you would want to look at PostGIS which will create/geo-encode/address-MG>decode GIS Spatial entities contained within polygon/sphere/circle
MG>http://postgis.refractions.net
MG>As the postgis library covers volumes of information please feel free to email me offline

> can easily imagine wanting to store such information in your database
> using actual tables, as information about "entities" represented in your
> database schema, but I don't think attaching it as metadata to a table
> is really an appropriate solution. But I don't understand the scenario
> you have in mind, and perhaps you could explain the scenario where this
> makes sense.
MG>Thus the reason for accessing Database information schema
MG>http://www.alberton.info/postgresql_meta_info.html

> I suspect you are reaching for database metadata simply because these
> standards are often described as metadata; but these are usages of the
> word "metadata" in very different contexts. What is called metadata in
> many contexts is simply becomes data from the context of using a
> relational database to represent it.
MG>metadata means the Data which represents the structure of the referring entity
MG>in a PostGIS system metadata would be SpatialID, ESRI codes and so forth
MG>In a document centric system you would need to understand Templates,Formats
MG>and or stylesheets (to apply to a renderer to produce the document)
MG>In a Secure Enterprise System a document might require specific permissions
MG>such as what a Clinical Investigator might require for a drug study
MG>An example of a comprehensive secure enterprise system please refer to
MG>http://www.oracle.com/industries/life_sciences/oracle-clinical.html

> Eric
MG>Martin
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

_________________________________________________________________
Quick access to Windows Live and your favorite MSN content with Internet Explorer 8.
http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Mead 2009-03-28 16:21:07 Re: Authentication Failed - new user installation
Previous Message Eric Schwarzenbach 2009-03-28 15:13:35 Re: metadata development