Re: Minor errors in example \tutorial\sql-languaged.htm; Corrected
Thanks very much for the fixes. I have attached the diff against our
current documentation reflecting your changes.
[ Charset ISO-8859-1 unsupported, converting... ]
Dear Mr. Momjian,
As this isn?t quite a bug report, and as you?re listed as the FAQ
maintainer, and as I can?t find a more general mailto:, I am sending this to
you. If there is a more appropriate recipient, my apologies, and please let
me know where to send this.I?ve installed PostgreSQL, and am in awe. While I?ve not had time to even
read all the manuals, I?m amazed that it provides so much functionality.
Thanks!In order to determine how much of the SQL language PostgresSQL supports, I
went through the tutorial, which I found to be quite rigorous in its
treatment of SQL theory. However, I did notice that some of the examples had
minor errors. I have changed the queries to produce the intended results
sets. The changes produce this diff:Comparing: pgsql\doc\tutorial\sql-language-revised.htm
To: pgsql\doc\tutorial\sql-language.htm
====
====
338 <! (PRICE = 0 OR PRICE <= 15);
!> (PRICE = 0 OR PRICE < 15);
842 <! WHERE S.SNO < 3;
!> WHERE S.SNO > 2;
1350 <! WHERE PNAME = 'Screw';
!> WHERE P.PNAME = 'Screw';
1808 <! >
1809 <!
1810 <! <P>(Minor corrections to example SQL made by Thomas Paul
Diffenbach,
1811 <! <A HREF="mailto:tp@diffenbach.org">(tp@diffenbach.org)</A>,
9 December 2000)</P>
1812 <!
1813 <! <DIV
!> ><DIVI have attached the corrected .html file; please feel free to use it as you
see fit.Thanks,
--Thomas Diffenbach
[ Attachment, skipping... ]
--
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
Attachments:
/bjm/difftext/plainDownload+6-6
Import Notes
Reply to msg id not found: PJEGLHAEFKDLDDOMAMEKOEGMCDAA.tpdiffenbach@yahoo.com