Has anyone ever tried to create a simple version of PostgreSQL that may only support the necessary functions to be able to fit on an embedded system?
I'm trying to trim off what I don't need from the installation and it seems that without a lot of the extra installs from the contrib/ folder, I can make the installation directory 9MB. This is still too big for me, but I was wondering if there were any tips that I could use to help speed up my process, or especially if anyone has tried to do this before.
I'm trying to trim off what I don't need from the installation and it seems that without a lot of the extra installs from the contrib/ folder, I can make the installation directory 9MB. This is still too big for me, but I was wondering if there were any tips that I could use to help speed up my process, or especially if anyone has tried to do this before.