Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 2FE1564FC86 for ; Sun, 16 Nov 2008 06:42:31 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 73763-03 for ; Sun, 16 Nov 2008 06:42:28 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mail.postgresql.org (Postfix) with ESMTP id 6463764FC83 for ; Sun, 16 Nov 2008 06:42:28 -0400 (AST) Received: by wf-out-1314.google.com with SMTP id 25so2082170wfc.28 for ; Sun, 16 Nov 2008 02:42:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=8swRaZw13ND52sNMR3zax/AR/yWhQgmho7Csu8rDLZ8=; b=vkvKH+wGj48OnkHtN8NyiGN3meYScL0vEe2HfoF0xsPZe4vbeyhjgYDl+mbuxOGeLP G2kWhw3m/+IxiKpfNdbRbjJ7kMViIJYOaoRvrUrZ1g086tOo3jFGLleDbq89drchMxw7 8h9t3XKykKz5owCRjPe+h2+SoFRaS83fIy8yw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OzOCkqmBCPdKnVeUYEFLDqNDdm32NOL9I3zYTUTttNEPBK9pdYKsEVenaK2W1iGdkr xIj30oHlZ1lAEuYqzjTxDLP/B/7Ri+UK009q54rmVXyC9ZvjpHOr+QzZ7ZS/wT3MkOA0 U6m0C/6DRDbhPgHo6iROLgnJCJJhj+EDk55ks= Received: by 10.142.213.9 with SMTP id l9mr1369889wfg.293.1226832147000; Sun, 16 Nov 2008 02:42:27 -0800 (PST) Received: by 10.143.30.11 with HTTP; Sun, 16 Nov 2008 02:42:26 -0800 (PST) Message-ID: <1f60b6160811160242i29a329a9x8f0332dd26496caf@mail.gmail.com> Date: Sun, 16 Nov 2008 13:42:26 +0300 From: "=?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?=" To: PostgreSQL-documentation Subject: Probably some fixes in syntax.sgml MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200811/9 X-Sequence-Number: 4994 Hello, All. In syntax.sgml at line 131: ... identifierlength The system uses no more than NAMEDATALEN-1 bytes of an identifier; longer names can be written in .... probably must be: ... identifier length The system uses no more than NAMEDATALEN-1 bytes of an identifier; longer names can be written in ... What you think?