Feature Request: DDL + RegExp - definitions

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Feature Request: DDL + RegExp - definitions
Date: 2011-08-24 16:30:41
Message-ID: CABvLTWFFJRjZYPWSQtqy_a2AoEfZB9zaJGO2CRmG1=YC+ceX-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It'd be nice if the catalog entries that store the DDL constraints
definitions and view definitions with regular expressions strings
would preserved any escape string syntax (i.e.E) for RegExp
backslashes.

For example, PGAdmin uses these catalog entries to produce Create or
Replace scripts to that allow one to alter table or view definitions.
However, when certain regular expressions syntax are added to these
definitions, the resulting scripts will not commit.

The following email illustrates the behavior that is undesirable (to me).
http://www.mail-archive.com/pgadmin-support(at)postgresql(dot)org/msg11482.html

--
Regards,
Richard Broersma Jr.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-08-24 16:42:35 Re: Explain Analyze understanding
Previous Message Greg Smith 2011-08-24 16:30:06 Re: Streaming Replication: Observations, Questions and Comments