Re: when I create a table, postgresql creates a new type - Mailing list pgsql-general

From Tom Lane
Subject Re: when I create a table, postgresql creates a new type
Date
Msg-id 20620.1074488480@sss.pgh.pa.us
Whole thread Raw
In response to when I create a table, postgresql creates a new type  ("Julio Misael Gutierrez" <jmisaelg@amnetsal.com>)
List pgsql-general
"Julio Misael Gutierrez" <jmisaelg@amnetsal.com> writes:
> I would like to Know why when I create a new table,
> postgresql create a new type with the same name of the table.

Because there is a row type (composite type) associated with every
table.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Data recovery!
Next
From: Tom Lane
Date:
Subject: Re: pg_catalog permission problem