user defined data type - Mailing list pgsql-novice

From vikas vashista
Subject user defined data type
Date
Msg-id 167ed6110910220610m73893d6cx38d92f1aff8b0681@mail.gmail.com
Whole thread Raw
List pgsql-novice
hi

my aim is to put a the UPDATE operation result showing which field updated with having details of field name, old value & new vale.
i had written the trigger for it, and that working fine.
But for a very large database i want to use array for dynamic length.
I want to create user defined data type and want to used in array type for input the output of my trigger of UPDATE operation.

how can i built user defined data type?
how can i used my user defined data type for array?

with regrds
vikas

pgsql-novice by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: Does pgsql database (file) size increases automatically as we put data?
Next
From: Nathaniel Trellice
Date:
Subject: Asynchronous commands