Re: conversion problems with domains - Mailing list pgsql-hackers

From Tom Lane
Subject Re: conversion problems with domains
Date
Msg-id 13959.1048384262@sss.pgh.pa.us
Whole thread Raw
In response to conversion problems with domains  (Andreas Pflug <Andreas.Pflug@web.de>)
List pgsql-hackers
Andreas Pflug <Andreas.Pflug@web.de> writes:
> PostgreSQL 7.3.2
> CREATE DOMAIN testdom AS int4;
> CREATE TABLE testtab(testcol testdom);
> INSERT INTO testtab VALUES (1);
> INSERT INTO testtab VALUES (2);
> VACUUM ANALYZE testtab;

> SELECT * FROM testtab WHERE testcol > 1;

I've applied a patch to fix this.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: cursors: SCROLL default, error messages
Next
From: Tom Lane
Date:
Subject: Domain breakage