--- /dev/null
+MODULE_big = data_types_examples
+EXTENSION = data_types_examples # Name of the extension
+DATA = data_types_examples--0.0.1.sql
+# REGRESS = my_first_extension-main-test
+
+OBJS = data_types_examples.o
+
+
+PG_CONFIG ?= pg_config # Path to the pg_config executable
+PGXS := $(shell $(PG_CONFIG) --pgxs) # Get the PostgreSQL Extension Makefile from pg_config
+include $(PGXS) # Include the PostgreSQL Extension Makefile
+
+
--- /dev/null
+# my_first_extension.control
+# Comment line to provide additional information about the extension
+comment = 'Data Types Exampls'
+
+# Specifies the default version of the extension
+default_version = '0.0.1'
+module_pathname = '$libdir/data_types_examples'
+