On Mon, 24 Jan 2011 22:32:16 +0100 Paolo Bonzini <[email protected]> wrote:
> On 01/24/2011 10:03 PM, Stefan Schmiedl wrote: > > Looks like it's somehow getting one of postgresql's system tables > > instead of my public.domains. > > I suggest you start from the query in dbd-postgresql/Table.st: > > select column_name, data_type, character_maximum_length, > numeric_precision, numeric_precision_radix, numeric_scale, > is_nullable, ordinal_position > from information_schema.columns > where table_name = 'domains' and table_catalog = 'vmail' > order by ordinal_position I'm very curious to see where ROE (I guess) got the column names from. I did not specify any and my domains table only should have two. So I think that I need to "start" a bit sooner in the process. Rest assured that I will make noise while doing this. s. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
