The following bug has been logged on the website:
Bug reference: 16323
Logged by: Abd El Oihabe
Email address: azabdou38@gmail.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!