Tom Lane <[EMAIL PROTECTED]> writes:
> Mario Becroft <[EMAIL PROTECTED]> writes:
>> The problem is that when inserting to the view, default values do not
>> work as expected.
>
> You need to attach the defaults to the view, viz
>
> ALTER TABLE a ALTER COLUMN bar SET DEFAULT 5;
>
> This is co
Mario Becroft <[EMAIL PROTECTED]> writes:
> The problem is that when inserting to the view, default values do not
> work as expected.
You need to attach the defaults to the view, viz
ALTER TABLE a ALTER COLUMN bar SET DEFAULT 5;
This is considered a feature not a bug, since you might wan
Hi postgres experts,
I have encountered what is, to me, a slightly tricky problem when using
rules and I am in need of some help.
I am using rules to simulate an old version of a database schema for
backward-compatibility while migrating to a modified schema.
For instance, there used to be a tab