pgsql/src/include/catalog catversion.h

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog catversion.h
Date: 2002-06-11 15:44:38
Message-ID: 20020611154438.A31AC475BC4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)org 02/06/11 11:44:38

Modified files:
src/include/catalog: catversion.h

Log message:
Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.
Implement SQL99 SIMILAR TO as a synonym for our existing operator "~".
Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape).
Extend the definition to make the FOR clause optional.
Define textregexsubstr() to actually implement this feature.
Update the regression test to include these new string features.
All tests pass.
Rename the regular expression support routines from "pg95_xxx" to "pg_xxx".
Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-06-11 16:00:17 pgsql/doc/src/sgml func.sgml
Previous Message Thomas Lockhart 2002-06-11 15:41:38 pgsql/ oc/src/sgml/advanced.sgml oc/src/sgml/d ...