Day 63 - Added some new functionality

Day 63 - Added some new functionality

Version 1.0.1 of pg_sample_ext brings exciting new features and enhancements to the extension. The update includes support for composite types, introducing the person_type composite type to represent a person's name and age. Additionally, the status_type enumerated type with values 'active', 'inactive', and 'pending' has been introduced. To enhance data integrity, the positive_integer domain type has been added to ensure the representation of positive integers.

These new additions expand the capabilities of pg_sample_ext, offering more flexibility and improved data modeling options. The updated version has been uploaded to PGXN, allowing users to leverage these enhancements in their PostgreSQL databases.

Stay tuned as the quick start tutorial will soon be updated to reflect these changes, providing step-by-step guidance on utilizing the new features and incorporating them into your own extensions.