Re: [HACKERS] New man pages

From: José Soares <jose(at)sferacarta(dot)com>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] New man pages
Date: 1999-08-09 13:26:46
Message-ID: 37AED716.F385F3C@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

Hi Thomas,

I'm looking at man pages, and I find it very good. Now we have only one
documentation's version. Nice job.
There's only a little thing that I would like to recall your attention;
I see whenever the name Postgres instead of
PostgreSQL. Is there a reason to continue to call it Postgres in the
docs ?

-------------------------------------------------------------------------

UPDATE(l) UPDATE(l)

NAME
UPDATE - Replaces values of columns in a table

SYNOPSIS
UPDATE table SET R">colle> = expression [, ...] [ FROM
^^^^^^^
fromlist ] [ WHERE condition ]

INPUTS
table The name of an existing table.

column The name of a column in table.

expression
A valid expression or value to assign to column.

fromlist
A Postgres non-standard extension to allow columns
^^^^^^^
from other tables to appear in the WHERE condition.

José

Thomas Lockhart ha scritto:

> I've posted a tarball of new man pages at
>
> ftp://postgresql.org/pub/doc/man.tar.gz
>
> I *think* these are ready for prime time, or close to it. They are
> generated completely automatically from the sgml sources, using some
> patched perl utilities. I'll try to post the complete set of docs
> tools on the ftp site sometime soon.
>
> Note that there are a few more man pages than were available in the
> original versions, and that *all* information in the original man
> pages appears in the new ones (or somewhere in the other docs).
>
> I haven't yet updated the cvs tree to contain these new man pages.
> Please look through the tarball and report any problems you see, if
> you have any interest in the man page issue. Also, please report if
> they look OK, so I know *someone* looked at them ;)
>
> - Thomas
>
> --
> Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
> South Pasadena, California

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thomas Lockhart 1999-08-09 14:11:36 Re: [HACKERS] New man pages
Previous Message Thomas Lockhart 1999-08-07 16:10:16 Re: New docbook2man-spec.pl patches

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-08-09 14:11:36 Re: [HACKERS] New man pages
Previous Message Jan Wieck 1999-08-09 10:30:30 Re: plpgsql requires bison