Re: Revamped PL/pgSQL Documentation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Revamped PL/pgSQL Documentation
Дата
Msg-id Pine.LNX.4.30.0103162209350.1293-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Revamped PL/pgSQL Documentation  (Roberto Mello <rmello@cc.usu.edu>)
Список pgsql-docs
Roberto Mello writes:

>     The declarations syntax is listed as follows:
>
> name [ CONSTANT ] type [ NOT NULL ] [ DEFAULT | := value ];

This is correct, at least according to the parser file.  Maybe DEFAULT
means to use the type's default value.  Should probably be documented.
;-)

> > Could you also please reformat the source with one space indents (no
> > tabs)?
>
>     For _every_ line?

To be precise, the content of each block element.  E.g.,

<chapter>
 <title>foo</title>

 <para>
  content
 </para>

 <sect1>
  <title>...

> Or you mean the <programlisting> sections?

Verbatim environments should not be indented, especially the closing tags.
Otherwise you get spurious empty lines in the output.

> I am using Emacs and PSGML so it indents it for me. I don't know how I
> could change that or exactly what do you want me to change.

The locale variables at the bottom of each file should adjust this.  Maybe
you haven't turned them on?  Or you could set up Emacs as described in the
Developer's Guide.

>     When I do a <TAB> in Emacs, it indents one space after the previous
> element. Isn't that the way it's supposed to be?

Well, in the source I have from you it seems to insert a tab character.

>     Oh, another question: from the file I have (plsql.sglm)), how do I
> generate HTML output? I can do it with Jade for <article>s, but can't
> seemto find the jade switches for chapters.

In the declaration (<!DOCTYPE...) you replace article or book by whatever
your top level element is.  No special switches should be required for
either one.  But you need to insert that declaration for processing.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Revamped PL/pgSQL Documentation
Следующее
От: Roberto Mello
Дата:
Сообщение: Re: [SQL] Contribute to the PL/pgSQL CookBook !!