Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

trees in postgres


  • From: Molnár László <molnar(dot)laszlo(at)richter(dot)hu>
  • To: pgsql-sql(at)postgresql(dot)org
  • Subject: trees in postgres
  • Date: Wed, 15 Sep 1999 12:55:27 +0200
  • Message-id: <37DF7B1F.65C92071@richter.hu> <text/plain>

Hello All,

I have just searched the pgsql-sql mail archive for the tree keyword.
I have found several interesting articles in the field of graphs:
http://www.postgresql.org/mhonarc/pgsql-sql/1999-01/msg00065.html
http://www.postgresql.org/mhonarc/pgsql-sql/1999-01/msg00107.html
http://www.postgresql.org/mhonarc/pgsql-sql/1999-01/msg00081.html

>From this articles is more or less clear what one can do with one big
graph.
My situation is a little bit differs. I want to write down molecules
like graphs (it is realy common because of the connectivity matrix) to
have the opportunity to search a substructure (subgraph).
The problem is that I have more than one molecule. Is it a good or bad
idea to create a type like this

id
atom_type
charge
connected_to_id(10 times)
bond_type(10 times)

and create an other type as an array of the first type? After this I can
write down a molecule in one row of my table.

Has anyone some idea or experience in this field?

Laszlo Molnar
Gedeon Richter Ltd.
Hungary




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group