help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] ROE and domains-table


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] ROE and domains-table
Date: Mon, 24 Jan 2011 22:32:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]