Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-10-29 Thread Martin Pitt
Hi Peter,

Peter Eisentraut [2006-02-18 23:55 +0100]:
 Kevin Dalley wrote:
  Also, the psql documentation doesn't mention XHTML, it just says
  HTML.
 
 OK, I've fixed this in 8.2.

I can't find any relevant change in either psql(1) or
html/app-psql.html (which should be from the same docbook source
anyway). What exactly did you change?

Thanks,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-10-29 Thread Peter Eisentraut
Martin Pitt wrote:
 I can't find any relevant change in either psql(1) or
 html/app-psql.html (which should be from the same docbook source
 anyway). What exactly did you change?

It doesn't put out apos; anymore, as the bug complained.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-02-18 Thread Peter Eisentraut
Kevin Dalley wrote:
 Also, the psql documentation doesn't mention XHTML, it just says
 HTML.

OK, I've fixed this in 8.2.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-02-16 Thread Kevin Dalley
Package: postgresql-client-8.1
Version: 8.1.0-3
Severity: normal

When html mode of psql is set (\H) apos; is occasionally produced.
While this is legal xml, it is not html.  The following will produce
@apos;:

\H
select ;

I believe that leaving this character is fine html,
though I am not an html expert. 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages postgresql-client-8.1 depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libpam0g  0.79-3 Pluggable Authentication Modules l
ii  libpq48.1.0-3PostgreSQL C client library
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
ii  postgresql-common 39 manager for PostgreSQL database cl
ii  zlib1g1:1.2.3-9  compression library - runtime

postgresql-client-8.1 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-02-16 Thread Peter Eisentraut
Kevin Dalley wrote:
 When html mode of psql is set (\H) apos; is occasionally produced.
 While this is legal xml, it is not html.

While apos; is not valid in HTML 4.01, it is valid in XHTML 1.0, and 
that is what psql produces.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-02-16 Thread Kevin Dalley
In that case, the \h output should be changed to specify what it
produces.  It currently says:

 \H toggle HTML output mode (currently off)

and doesn't mention HTML.

Peter Eisentraut [EMAIL PROTECTED] writes:

 Kevin Dalley wrote:
 When html mode of psql is set (\H) apos; is occasionally produced.
 While this is legal xml, it is not html.

 While apos; is not valid in HTML 4.01, it is valid in XHTML 1.0, and 
 that is what psql produces.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353200: postgresql-client-8.1: html mode of psql produces non-html apos;

2006-02-16 Thread Kevin Dalley
Also, the psql documentation doesn't mention XHTML, it just says
HTML.  This is both the man page and

/usr/share/doc/postgresql-doc-8.1/html/app-psql.html

This location:

http://archives.postgresql.org/pgsql-announce/2003-06/msg7.php

says:

The output now validates as HTML 4.01 Strict, XHTML 1.0
strict, and XHTML 1.1 (assuming you wrap it in a valid
html/body document).

which isn't quite true, with the apos.

I know it is a nitpick.  Perhaps better documenting current behavior
is the best option.

Peter Eisentraut [EMAIL PROTECTED] writes:

 Kevin Dalley wrote:
 When html mode of psql is set (\H) apos; is occasionally produced.
 While this is legal xml, it is not html.

 While apos; is not valid in HTML 4.01, it is valid in XHTML 1.0, and 
 that is what psql produces.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]