Re: pg_dump sort order for functions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-11T17:54:10Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On mn, 2010-01-11 at 10:44 -0500, Tom Lane wrote:
>> I think you could probably use the existing tag field; no need for a new
>> one.
> Sorry, which tag field are you referring to?
The one called "tag" in the source code. It prints out as "Name":
--
-- Name: binary_coercible(oid, oid); Type: FUNCTION; Schema: public; Owner: postgres
^^^^^^^^^^^^^^^^^^^^^^^^^^
--
regards, tom lane