Re: pgsql: Add string functions: concat(), concat_ws(), left(), right(), and

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Takahiro Itagaki <itagaki(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add string functions: concat(), concat_ws(), left(), right(), and
Date: 2010-08-24 07:30:49
Message-ID: AANLkTi=X66C=7j3yc3haQtnJ39gkSr+EFU3FVH1wCqCE@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hello

documentation for left / right (negative parameters) maybe missing a
word "without (without first/last n chars). Maybe not - I am not
native speaker.

Regards

Pavel

2010/8/24 Takahiro Itagaki <itagaki(at)postgresql(dot)org>:
> Log Message:
> -----------
> Add string functions: concat(), concat_ws(), left(), right(), and reverse().
>
> Pavel Stehule, reviewed by me.
>
> Modified Files:
> --------------
>    pgsql/doc/src/sgml:
>        func.sgml (r1.529 -> r1.530)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.529&r2=1.530)
>    pgsql/src/backend/utils/adt:
>        varlena.c (r1.179 -> r1.180)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/varlena.c?r1=1.179&r2=1.180)
>    pgsql/src/include/catalog:
>        catversion.h (r1.596 -> r1.597)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.596&r2=1.597)
>        pg_proc.h (r1.580 -> r1.581)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.580&r2=1.581)
>    pgsql/src/include/utils:
>        builtins.h (r1.354 -> r1.355)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/builtins.h?r1=1.354&r2=1.355)
>    pgsql/src/test/regress/expected:
>        text.out (r1.4 -> r1.5)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/text.out?r1=1.4&r2=1.5)
>    pgsql/src/test/regress/sql:
>        text.sql (r1.4 -> r1.5)
>        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/text.sql?r1=1.4&r2=1.5)
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers
>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2010-08-24 09:40:51 Re: pgsql: Add string functions: concat(), concat_ws(), left(), right(), and
Previous Message Takahiro Itagaki 2010-08-24 06:30:44 pgsql: Add string functions: concat(), concat_ws(), left(), right(), and