Re: Odd behavior with domains - Mailing list pgsql-hackers

From Justin Dearing
Subject Re: Odd behavior with domains
Date
Msg-id CABsCM1NEm3twiO77q7XExDUX-Tdc5ob1pRMGvko1z6y+muJ8sQ@mail.gmail.com
Whole thread Raw
In response to Re: Odd behavior with domains  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I was the one that reported that on twitter. I have a more detailed message on the general list that I sent before subscribing and probably needs to be moderated (or if it went to /dev/null let me know).

On Thu, Jun 23, 2016 at 11:01 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
"Joshua D. Drake" <jd@commandprompt.com> writes:
> So this came across my twitter feed:
> https://pbs.twimg.com/media/ClqIJtmXEAA5IGt.png

public.text can exist in parallel with pg_catalog.text.

It just doesn't seem right to me to be able to do:

CREATE DOMAIN int AS varchar(50);

Justin

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)
Next
From: Peter Geoghegan
Date:
Subject: Re: tuplesort.c's copytup_index() is dead code