Re: [SQL] polymorphic functions and domains

2007-12-08 Thread TJ O'Donnell
I'm not sure I can propose a scheme that would work in all situations, but one could simply considered the built-in data type underlying the domain. In my case, this would mean deciding between character varying and bytea, which seems to work just fine. As far as surprising behavior, isn't the s

Re: [SQL] INSERT INTO relational tables

2007-12-08 Thread Steve Midgley
At 09:23 AM 12/7/2007, [EMAIL PROTECTED] wrote: Date: Fri, 07 Dec 2007 14:22:26 +0100 From: "Stefan Scheidegger" <[EMAIL PROTECTED]> To: pgsql-sql@postgresql.org Subject: INSERT INTO relational tables Message-ID: <[EMAIL PROTECTED]> Hi all I'm new to SQL and I'm facing a problem I can't find a