On Wed, Aug 03, 2005 at 06:51:42PM -0700, CSN wrote:
> AND p.proname ~ '^+$'
> ORDER BY 1, 2, 3, 4;
>
> It's greek to me ;). Any idea what caused this error,
> and if there's some sort of problem?
Looks like somebody ran the command "\df +" in psql. Shouldn't
be anything to
I saw this in my log file:
ERROR: invalid regular expression: quantifier operand
invalid
STATEMENT: SELECT n.nspname as "Schema",
p.proname as "Name",
CASE WHEN p.proretset THEN 'setof ' ELSE ''
END ||
pg_catalog.format_type(p.prorettype, NULL)
as "Result data type"