|
1 | 1 |
|
2 | 2 | Frequently Asked Questions (FAQ) for PostgreSQL
|
3 | 3 |
|
4 |
| - Last updated:Sat Jan25 21:43:37 EST 2003 |
| 4 | + Last updated:Mon Jan27 01:24:42 EST 2003 |
5 | 5 |
|
6 | 6 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
7 | 7 |
|
|
586 | 586 | that PostgreSQL has a limit on the number of allowed backend processes
|
587 | 587 | is so your system won't run out of resources.
|
588 | 588 |
|
589 |
| - In PostgreSQL versions prior to 6.5, the maximum number of backends |
590 |
| - was 64, and changing it required a rebuild after altering the |
591 |
| - MaxBackendId constant in include/storage/sinvaladt.h. |
592 |
| - |
593 | 589 | 3.9) What is in the pgsql_tmp directory?
|
594 | 590 |
|
595 | 591 | This directory contains temporary files generated by the query
|
|