Feature Request: DDL + RegExp - definitions - Mailing list pgsql-general

From Richard Broersma
Subject Feature Request: DDL + RegExp - definitions
Date
Msg-id CABvLTWFFJRjZYPWSQtqy_a2AoEfZB9zaJGO2CRmG1=YC+ceX-g@mail.gmail.com
Whole thread Raw
Responses Re: Feature Request: DDL + RegExp - definitions
List 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@postgresql.org/msg11482.html

--
Regards,
Richard Broersma Jr.

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: Streaming Replication: Observations, Questions and Comments
Next
From: John R Pierce
Date:
Subject: Re: Explain Analyze understanding