Morgan, > Does anyone know if it is possible to connect to a differernt db from > within a plsql function. > I have multilple inter-related schemas and want to enforce some fk > relationships. Currently Postgres does not support any SQL operations between databases. It may someday in the future, but then again it may not (it's a design philosophy issue, I believe). I don't know of *any* RDBMS that allows foriegn keys between databases! If referential integrity is your goal, why on earth is the related data in two different databases? -Josh Berkus ______AGLIO DATABASE SOLUTIONS___________________________ Josh Berkus Complete information technology [EMAIL PROTECTED] and data management solutions (415) 565-7293 for law firms, small businesses fax 621-2533 and non-profit organizations. San Francisco
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])