diff options
| author | Tom Lane | 2004-08-04 21:34:35 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-08-04 21:34:35 +0000 |
| commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
| tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/bin/psql | |
| parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/po/it.po | 2 | ||||
| -rw-r--r-- | src/bin/psql/po/ru.po | 6 | ||||
| -rw-r--r-- | src/bin/psql/po/zh_TW.po | 2 | ||||
| -rw-r--r-- | src/bin/psql/psqlscan.l | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/psql/po/it.po b/src/bin/psql/po/it.po index b51922533d..854187699b 100644 --- a/src/bin/psql/po/it.po +++ b/src/bin/psql/po/it.po @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 7.5\n" +"Project-Id-Version: PostgreSQL 8.0\n" "POT-Creation-Date: 2004-05-07 13:08-0300\n" "PO-Revision-Date: 2004-05-20 18:34+0100\n" "Last-Translator: frank_lupo <frank_lupo@email.it>\n" diff --git a/src/bin/psql/po/ru.po b/src/bin/psql/po/ru.po index 09481cc6de..8dba066470 100644 --- a/src/bin/psql/po/ru.po +++ b/src/bin/psql/po/ru.po @@ -1,10 +1,10 @@ # ru.po # PSQL Translated Messages into the Russian Language (KOI8-R) # -# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.12 2004/05/29 06:26:12 petere Exp $ +# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.13 2004/08/04 21:34:18 tgl Exp $ # # ChangeLog: -# - March 27 - May 28, 2004: Updates for 7.5.*; <mokhov@cs.concordia.ca> +# - March 27 - May 28, 2004: Updates for 8.0; <mokhov@cs.concordia.ca> # - July 26 - October 12, 2003: Update for 7.4.x; <mokhov@cs.concordia.ca> # - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca> # - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca> @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 7.5.x\n" +"Project-Id-Version: PostgreSQL 8.0\n" "POT-Creation-Date: 2004-05-28 01:39-0300\n" "PO-Revision-Date: 2004-05-28 01:31-0500\n" "Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n" diff --git a/src/bin/psql/po/zh_TW.po b/src/bin/psql/po/zh_TW.po index 62d3b0b857..f588d54534 100644 --- a/src/bin/psql/po/zh_TW.po +++ b/src/bin/psql/po/zh_TW.po @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 7.5\n" +"Project-Id-Version: PostgreSQL 8.0\n" "POT-Creation-Date: 2004-07-29 19:16-0300\n" "PO-Revision-Date: 2004-08-01 13:23+0800\n" "Last-Translator: Zhenbang Wei <forth@zbwei.net>\n" diff --git a/src/bin/psql/psqlscan.l b/src/bin/psql/psqlscan.l index d0cad5f0bb..82893405bd 100644 --- a/src/bin/psql/psqlscan.l +++ b/src/bin/psql/psqlscan.l @@ -31,7 +31,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.5 2004/07/11 13:29:15 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.6 2004/08/04 21:34:17 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -736,7 +736,7 @@ other . /* * The variable value is just emitted without any * further examination. This is consistent with the - * pre-7.5 code behavior, if not with the way that + * pre-8.0 code behavior, if not with the way that * variables are handled outside backslash commands. */ if (value) @@ -837,7 +837,7 @@ other . * unquoted backslash is end of command or next command, * do not eat * - * (this was not the behavior pre-7.5, but it seems + * (this was not the behavior pre-8.0, but it seems * consistent) */ yyless(0); |
