Re: [DOCS] Translate Postgresql FAQ into Chinese

2005-05-10 Thread Bruce Momjian
Qingqing Zhou wrote:
> 
> "Robert Klein" <[EMAIL PROTECTED]> writes
> >
> > The FAQ entry there is about the web site, not about PostgreSQL. The
> > entry below FAQ on the left hand leads to a link collection, the first
> > of which points to a chinese translation of the FAQ at
> > http://www.pgsqldb.org/postgres-faq.html.
> >
> 
> I see, that's a PostgreSQL FAQ Chinese version.

Great.  I pulled the HTML version of the Chinese FAQ from
http://www.pgsqldb.org/postgres-faq.html and generated the text version
on my end. I also backpatched it to 8.0.X.  If you make changes, would
you email me a new HTML version or let me know so I can download it from
your web site and keep it up to date.  Thanks.

-- 
  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 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [DOCS] Two points about docs

2005-05-10 Thread Vladimir Chukharev
On Tue, 10 May 2005 04:50:16 +0300, Bruce Momjian  
wrote:
Vladimir Chukharev wrote:
About the link to the lo_* functions. I thought about adding
a sentence to Charpter 9 like 'And functions to manipulate large
objects are presented in Charpter 28.' right after the phrase
'Users can also define their own functions and operators, as
described in Part V.'
Do you think it's suitable?
Not really.  We don't mention pg_stat_activity functions either.  I
think people have to realize that some functions are covered in other
sections of the manual.  There is a clearly titled section for large
objeccts.
OK, what about writing down this idea? "Not all functions are listed
in this Chapter, some are in other sections of the manual."
And I still think that an additional Appendix with a list of all
functions and referencies to their descriptions would be very usefull.
Can you comment on that?
Best regards,
--
V.Chukharev
---(end of broadcast)---
TIP 8: explain analyze is your friend