Re: [DOCS] Re: Some typos in the postgresql manual
От | Thomas Lockhart |
---|---|
Тема | Re: [DOCS] Re: Some typos in the postgresql manual |
Дата | |
Msg-id | 37149E93.32D14996@alumni.caltech.edu обсуждение исходный текст |
Ответ на | Re: Some typos in the postgresql manual (Peter T Mount <peter@retep.org.uk>) |
Ответы |
Re: [DOCS] Re: Some typos in the postgresql manual
|
Список | pgsql-docs |
> > page 165 > > Class.forName(postgresql.Driver); > > to > > Class.forName("postgresql.Driver"); > > etc, > > I'm not sure why the quotes have disappeared. > Looks like the are lost in the sgml. Hmm. Looks like they were replaced with <literal> tags, which is not the same thing. How many of these are there? How should we get this fixed up? The right way is probably to mark up with <quote><literal>...</literal></quote> but one could just put in the double quote character instead of the <quote>. Should I make a stab at changing the markup, or does someone who knows more about Java want to do it? The relevant file is doc/src/sgml/jdbc.sgml. - Tom -- Thomas Lockhart lockhart@alumni.caltech.edu South Pasadena, California
В списке pgsql-docs по дате отправления: