View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000461 | Pgpool-II | General | public | 2019-01-31 04:18 | 2019-02-04 09:22 |
| Reporter | adityakamana | Assigned To | pengbo | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | feedback | Resolution | open | ||
| Product Version | 4.0.2 | ||||
| Summary | 0000461: white and black function list parameters | ||||
| Description | I am going through the documentation and looks like we can only set one of white_function_list or black_function list. This is how I set the parameters in my pgpool.conf file. white_function_list = 'a,b,c' #These functions don't update the database black_function_list='' Does this imply that every other function is black listed? Meaning functions like nextval(), currval and any other function that come in always run on the primary node or master? | ||||
| Tags | No tags attached. | ||||
|
|
Yes. If you set "white_function_list" parameter, the functions not included in "white_function_list" will be sent to primary node. |
|
|
This site is only for bug reporting. If you want to ask questions, I suggest that you send email to ML "pgpool-general@pgpool.net". You can subscribe from here: https://pgpool.net/mediawiki/index.php/Mailing_lists |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-01-31 04:18 | adityakamana | New Issue | |
| 2019-01-31 09:59 | administrator | Assigned To | => pengbo |
| 2019-01-31 09:59 | administrator | Status | new => assigned |
| 2019-02-01 11:07 | pengbo | Note Added: 0002362 | |
| 2019-02-01 11:25 | pengbo | Note Added: 0002363 | |
| 2019-02-04 09:22 | pengbo | Status | assigned => feedback |