vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am having trouble remembering the name of the new GUC parameter, "standard_conforming_strings". I am thinking "standard_strings" is clearer, and shorter. I would like to rename this. The parameter will be new in 8.2. -- Bruce Momjian http://candle.pha.pa.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| Bruce Momjian wrote: > I am having trouble remembering the name of the new GUC parameter, > "standard_conforming_strings". I am thinking "standard_strings" is > clearer, and shorter. I would like to rename this. The parameter will > be new in 8.2. Nevermind. It was added in 8.1, but as a read-only variable, not in postgresql.conf (which is why I missed it). Too late to rename now. -- Bruce Momjian http://candle.pha.pa.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Bruce Momjian <pgman@candle.pha.pa.us> writes: > I am having trouble remembering the name of the new GUC parameter, > "standard_conforming_strings". I am thinking "standard_strings" is > clearer, and shorter. I would like to rename this. The parameter will > be new in 8.2. The name is already out in places we can't easily change, eg the CVE descriptions for the recent security issues. Live with it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |