BUG #16323: CREATE TABLE AS SELECT with unknown column type

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: azabdou38(at)gmail(dot)com
Subject: BUG #16323: CREATE TABLE AS SELECT with unknown column type
Date: 2020-03-27 14:17:09
Message-ID: 16323-277207e2a1f3c5e9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16323
Logged by: Abd El Oihabe
Email address: azabdou38(at)gmail(dot)com
PostgreSQL version: 12.0
Operating system: windows
Description:

hi ! i'm new is postgresql and i faced a problem w creating a such table for
example named 'tab '.
the problem is i have already create some user defined types (ex: a,b and c
), and in my 'tab' i have column with a variable type, mean for the first
row the type of that column will be UDT a,for the second row the type of the
column will be UDT b ... etc.
is that possible or even other way to make that column accept differnt
types?
thank you!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2020-03-27 14:20:53 Re: BUG #16323: CREATE TABLE AS SELECT with unknown column type
Previous Message Fan Liu 2020-03-27 07:12:02 RE: why wal_max_size does not work?