Thread: a typo in Docs, 7.1

a typo in Docs, 7.1

From
Maxim Maletsky
Date:
here's another one... (as I read too much recently)

Chapter 2.2. How Connections are Established

... . Figure \ref{connection} illustrates the interaction of the master
process postmaster the server process postgres and a client application...

\ref{connection} was not replaced, (was it supposed to be this way?).

This is a downloaded manual of 7.1

Cheers,
Maxim Maletsky

P.S: if I find some more I won't hesitate bothering you guys again :-)



-----Original Message-----
From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
Sent: Wednesday, May 30, 2001 1:01 PM
To: Maxim Maletsky
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] a typo in Docs, 7.1



Thanks.  Fixed.

[ Charset ISO-8859-1 unsupported, converting... ]
> In chapter:
>
>     7.7. Keys
>
> you have
>
>     However, my application requires that each collection will also have a
>     unique name. Why? So that a human being who wants to modify a
collection
>     will be able to identify it. It's much harder to know, if you have two
>     collections named "Life Science", the the one tagged 24433 is the one
> you
>     need, and the one tagged 29882 is not
>
> Where
>
>     I think 'the the' shouldn't be repeated twice. Although taken from an
> email it would be cool to fix.
>
> Cheers,
> Maxim Maletsky
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Re: a typo in Docs, 7.1

From
Bruce Momjian
Date:
[ Charset ISO-8859-1 unsupported, converting... ]
> here's another one... (as I read too much recently)
>
> Chapter 2.2. How Connections are Established
>
> ... . Figure \ref{connection} illustrates the interaction of the master
> process postmaster the server process postgres and a client application...
>
> \ref{connection} was not replaced, (was it supposed to be this way?).
>
> This is a downloaded manual of 7.1

I looked at:

    http://postgresql.readysetnet.com/users-lounge/docs/7.1/programmer/arch-pg.html

and it looks OK.

>
> Cheers,
> Maxim Maletsky
>
> P.S: if I find some more I won't hesitate bothering you guys again :-)

Yes, don't hesitate.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

RE: a typo in Docs, 7.1

From
"Maxim Maletsky"
Date:
That's not the page I'm talking about,
What I have is the downloaded version of the manual. Mine chapter is 2.2
(not 11-1) and the page contains just one (two?) paragraph where that bug
was seen. (no graphics and schemas are on that page)

Do you get any idea what manual am I referring to? If no I will then give
you some more specific details which should point you on the right way.

Cheers,
Maxim Maletsky


-----Original Message-----
From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org]On Behalf Of Bruce Momjian
Sent: Wednesday, May 30, 2001 9:46 PM
To: Maxim Maletsky
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] a typo in Docs, 7.1


[ Charset ISO-8859-1 unsupported, converting... ]
> here's another one... (as I read too much recently)
>
> Chapter 2.2. How Connections are Established
>
> ... . Figure \ref{connection} illustrates the interaction of the master
> process postmaster the server process postgres and a client application...
>
> \ref{connection} was not replaced, (was it supposed to be this way?).
>
> This is a downloaded manual of 7.1

I looked at:


http://postgresql.readysetnet.com/users-lounge/docs/7.1/programmer/arch-pg.h
tml

and it looks OK.

>
> Cheers,
> Maxim Maletsky
>
> P.S: if I find some more I won't hesitate bothering you guys again :-)

Yes, don't hesitate.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Re: a typo in Docs, 7.1

From
Bruce Momjian
Date:
Can you find it on the web site under documentation and send in the URL?

I just did a grep and got:

    #$ grep 'How Connections are Established' *.sgml
    arch-dev.sgml:   <title>How Connections are Established</title>

so I think it is the same place, just different format.  My guess is
that the manual you have can't find/display the Postscript image
figures.ps.

Now I am doubly confused because I see it commented out:

    <!--
    \begin{figure}[ht]
    \begin{center}
    \epsfig{figure=figures/connection.ps}
    \caption{How a connection is established}
    \label{connection}
    \end{center}
    \end{figure}
    -->

I am confused, but of course SGML often confuses me.


> That's not the page I'm talking about,
> What I have is the downloaded version of the manual. Mine chapter is 2.2
> (not 11-1) and the page contains just one (two?) paragraph where that bug
> was seen. (no graphics and schemas are on that page)
>
> Do you get any idea what manual am I referring to? If no I will then give
> you some more specific details which should point you on the right way.
>
> Cheers,
> Maxim Maletsky
>
>
> -----Original Message-----
> From: pgsql-bugs-owner@postgresql.org
> [mailto:pgsql-bugs-owner@postgresql.org]On Behalf Of Bruce Momjian
> Sent: Wednesday, May 30, 2001 9:46 PM
> To: Maxim Maletsky
> Cc: pgsql-bugs@postgresql.org
> Subject: Re: [BUGS] a typo in Docs, 7.1
>
>
> [ Charset ISO-8859-1 unsupported, converting... ]
> > here's another one... (as I read too much recently)
> >
> > Chapter 2.2. How Connections are Established
> >
> > ... . Figure \ref{connection} illustrates the interaction of the master
> > process postmaster the server process postgres and a client application...
> >
> > \ref{connection} was not replaced, (was it supposed to be this way?).
> >
> > This is a downloaded manual of 7.1
>
> I looked at:
>
>
> http://postgresql.readysetnet.com/users-lounge/docs/7.1/programmer/arch-pg.h
> tml
>
> and it looks OK.
>
> >
> > Cheers,
> > Maxim Maletsky
> >
> > P.S: if I find some more I won't hesitate bothering you guys again :-)
>
> Yes, don't hesitate.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

RE: a typo in Docs, 7.1

From
"Maxim Maletsky"
Date:
True,
I cannot find it on the web. And what's even more confusing is that here, at
home I always though I had the exactly same downloaded copy of the manual
but instead it is the one you are talking about. (same versions, close were
download times,... same sources too?)

Guess no real problem then, if we don't find it ourselves no one else can
than either.
I will email you the page I still have opened at my work within 7 hours form
now. You'll see it there.

Thanks,
Maxim Maletsky


-----Original Message-----
From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
Sent: Thursday, May 31, 2001 1:58 AM
To: Maxim Maletsky
Cc: Maxim Maletsky; pgsql-bugs@postgresql.org
Subject: Re: [BUGS] a typo in Docs, 7.1


Can you find it on the web site under documentation and send in the URL?

I just did a grep and got:

    #$ grep 'How Connections are Established' *.sgml
    arch-dev.sgml:   <title>How Connections are Established</title>

so I think it is the same place, just different format.  My guess is
that the manual you have can't find/display the Postscript image
figures.ps.

Now I am doubly confused because I see it commented out:

    <!--
    \begin{figure}[ht]
    \begin{center}
    \epsfig{figure=figures/connection.ps}
    \caption{How a connection is established}
    \label{connection}
    \end{center}
    \end{figure}
    -->

I am confused, but of course SGML often confuses me.


> That's not the page I'm talking about,
> What I have is the downloaded version of the manual. Mine chapter is 2.2
> (not 11-1) and the page contains just one (two?) paragraph where that bug
> was seen. (no graphics and schemas are on that page)
>
> Do you get any idea what manual am I referring to? If no I will then give
> you some more specific details which should point you on the right way.
>
> Cheers,
> Maxim Maletsky
>
>
> -----Original Message-----
> From: pgsql-bugs-owner@postgresql.org
> [mailto:pgsql-bugs-owner@postgresql.org]On Behalf Of Bruce Momjian
> Sent: Wednesday, May 30, 2001 9:46 PM
> To: Maxim Maletsky
> Cc: pgsql-bugs@postgresql.org
> Subject: Re: [BUGS] a typo in Docs, 7.1
>
>
> [ Charset ISO-8859-1 unsupported, converting... ]
> > here's another one... (as I read too much recently)
> >
> > Chapter 2.2. How Connections are Established
> >
> > ... . Figure \ref{connection} illustrates the interaction of the master
> > process postmaster the server process postgres and a client
application...
> >
> > \ref{connection} was not replaced, (was it supposed to be this way?).
> >
> > This is a downloaded manual of 7.1
>
> I looked at:
>
>
>
http://postgresql.readysetnet.com/users-lounge/docs/7.1/programmer/arch-pg.h
> tml
>
> and it looks OK.
>
> >
> > Cheers,
> > Maxim Maletsky
> >
> > P.S: if I find some more I won't hesitate bothering you guys again :-)
>
> Yes, don't hesitate.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026