Re: pg_dump sort order for functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dump sort order for functions
Date: 2010-01-11 17:54:10
Message-ID: 16452.1263232450@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2010-01-11 17:57:18 Re: point_ops for GiST
Previous Message Greg Sabino Mullane 2010-01-11 17:42:08 Re: Testing with concurrent sessions