[GENERAL] plperl woes

2001-03-05 Thread msteele
Hey folks, I've got quick question. Let's suppose that I'm running postgres on a machine that's behind a firewall, and have restricted access to the database server to the local networks. Let's further suppose I wanted to use plperl as a _complete_ interpreter, without using the Safe/Opcode stu

[GENERAL] Inheritance question

2001-04-18 Thread msteele
Hi folks, I've got a question regarding inheritance. What are the advantages of using inheritance in the database structure as opposed to using foreign keys? Doesn't interitance mean that there will be much more duplication of data in the database? If anyone has any examples of proper usage of