[DOCS] runtime-config.sgml
Folks, What do you think of breaking this file into two pieces? Currently it's about 40 screens long.I was thinking one page for all the descriptive information (which I'm working on making longer) and one page for the "dictionary" of GUC options. -- --Josh Josh Berkus Aglio Database Solutions San Francisco ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
Re: [DOCS] runtime-config.sgml
Josh Berkus wrote: > What do you think of breaking this file into two pieces? Currently > it's about 40 screens long.I was thinking one page for all the > descriptive information (which I'm working on making longer) and one > page for the "dictionary" of GUC options. We currently have a one file per chapter arrangement, and I think it would be best if we kept that. The more exceptions we add, the more difficult it will be to handle. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[DOCS]
The version 8 doc needs to take windows OSs in to consideration, you should get more windows install on this version. For example The create tablespace command .. You need to specify the drive 'C' colon ':' and unix slash '/' (not the windows slash '\') create tablespace pgts location 'c:\pgts'; ERROR: tablespace location must be an absolute path create tablespace pgts location 'c:/pgts'; CREATE TABLESPACE This is not documented. k=n^r/ck, SCJD,SCJP What is Java Web Start? _ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
Re: [DOCS]
Kendrick C. Wilson wrote: > The version 8 doc needs to take windows OSs in to consideration, you should > get more windows install on this version. > > For example > > The create tablespace command .. > > You need to specify the drive 'C' colon ':' and unix slash '/' (not the > windows slash '\') > > create tablespace pgts location 'c:\pgts'; > ERROR: tablespace location must be an absolute path > > create tablespace pgts location 'c:/pgts'; > CREATE TABLESPACE > > This is not documented. You could use double-backslash, right? -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
