- postgresql
- execute_all.sh: master file to execute all the sql files.
Files are contained inside of the dev_postgres_database folder, with the below structure:
a) schema -> useful_queries: a several useful querys related with structures of postgres (schemas, sequences, tables, functions, triggers), dba monitoring querys and more.
b) schema -> functions: a several PL/pgSQL functions with useful code.
c) schema -> tables: examples tables to use in the plpgsql_scripts.
d) schema -> data: mock data to use in the plpgsql_scripts.
All work to improve performance is good
Enjoy it!