OPERATOR FAMILY and pg_dump

From: Joe Abbate <jma(at)freedomcircle(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: OPERATOR FAMILY and pg_dump
Date: 2011-09-07 15:14:31
Message-ID: 4E678A57.9080103@freedomcircle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

If a basic operator family is created, e.g.,

create operator family of1 using btree;

shouldn't pg_dump include this in its output? If not, why?

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-09-07 15:16:25 Re: error building head on OS X 10.7.1
Previous Message Tom Lane 2011-09-07 15:12:06 Re: 9.1rc1 regression: EXPLAIN on information_schema.key_column_usage