Re: pg_dump exclusion switches and functions/types

Jim Nasby <jim@nasby.net>

From: "Jim C. Nasby" <jim@nasby.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Kris Jurka <books@ejurka.com>, pgsql-hackers@postgresql.org
Date: 2006-10-09T16:54:00Z
Lists: pgsql-hackers
On Sat, Oct 07, 2006 at 05:29:03PM -0400, Tom Lane wrote:
> So the only regex patterns you can't write directly are dot, R* and R?
> for which you can use these locutions:
> 
> 	.	=>	?
> 	R*	=>	(R+|)
> 	R?	=>	(R|)
> 
> (Perhaps this should be documented somewhere...)

Yes, please.
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)