Yannick,
> I would like to know if I can reduce the size of the database at
> creating
> time, cause mine is empty and is 20 MO!!
Um ... do you mean 20MB?
To shrink a PostgreSQL database down to its most reasonable size: Run
VACUUM. That's what it's for.
-Josh
P.S. Since when is 20MB a huge database?