[EMAIL PROTECTED] writes: > Is there a compile option or any other tweak to restrict postgresql > data files size (the files that are usually under /usr/local/pgsql/data > directory) to a certain limit, for example no file should be bigger > that 10Mb. Thanks in advance
Check out RELSEG_SIZE in src/include/pg_config.h. The default is 1GB. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match