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

fix it :) and see what needs to be changed.

Paolo

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to