From:
"Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>,Peter Eisentraut <peter_e(at)gmx(dot)net>,PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Disabling function validation
Date:
2003-10-08 14:52:25
Message-ID:
3F8424A9.1080609@zeut.net (view raw or flat )
Thread:
2003-10-03 19:26:49 from tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
2003-10-04 00:15:20 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2003-10-04 03:55:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-10-04 23:01:35 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2003-10-04 23:44:40 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-10-05 14:26:06 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2003-10-05 14:32:14 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-10-05 15:45:40 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-10-06 22:52:44 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-10-06 23:13:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-10-06 23:17:22 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-10-07 16:39:43 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2003-10-07 16:58:24 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-10-08 01:31:24 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2003-10-08 01:36:33 from Rod Taylor <rbt(at)rbt(dot)ca>
2003-10-08 03:03:13 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2003-10-08 03:17:01 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2003-10-08 14:52:25 from "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
2003-10-08 14:57:31 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-committers pgsql-hackers
Tom Lane wrote:
>Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>
>
>>Should we add a variable that is set from the dump filew that identifies
>>the version of PostgreSQL that generated the dump?
>> SET dumped_version = 7.3
>>
>>
>
>Is that identifying the backend version, or the pg_dump version?
>
>Without a solid rationale for this, I'd rather not do it.
>
>
>
Why not both? I would also think this info could be used in pg_restore
in some way at some point. Even if if can't, wouldn't it be worth it
just for debugging purposes. Knowing for sure what the backend and
pg_dump versions were could be helpful.
In response to
Responses
pgsql-hackers by date
Next :From: Neil ConwayDate: 2003-10-08 14:52:39
Subject : Re: Sun performance - Major discovery!
Previous :From : Andrew SullivanDate : 2003-10-08 14:48:55
Subject : Re: Sun performance - Major discovery!
pgsql-committers by date
Next :From: Bruce MomjianDate: 2003-10-08 14:57:31
Subject : Re: Disabling function validation
Previous :From : Michael MeskesDate : 2003-10-08 08:28:58
Subject : pgsql-server/src/interfaces/ecpg/pgtypeslib nu ...