New subscriber - looking for an overview of the code - Mailing list pgsql-hackers

From Lateef Sagar
Subject New subscriber - looking for an overview of the code
Date
Msg-id 782551517.4501335.1742070444228@mail.yahoo.com
Whole thread Raw
Responses Re: New subscriber - looking for an overview of the code
List pgsql-hackers
Hello devs,
I am a coding enthusiast. I have downloaded code in a Ubuntu VMWare machine and I am able to compile the code.

I am looking for a course / site that can give me an overview of the code like:
1. How is the code organized and which file/folder has these components?
     * Core RDBMS engine components, 
     * additional DB components, 
     * DB Rule based security components  
     * DB Storage components
    * Index storage

2. Is there a code sample that can demonstrate DB engine changes (like a sample to change SELECT to SEL or SLCT, or adding a new mathematical operator)

Thanks

Lateef

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Dubious server log messages after pg_upgrade
Next
From: Jeff Davis
Date:
Subject: Re: Optimization for lower(), upper(), casefold() functions.