From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Robert Haas <robertmhaas(at)gmail(dot)com>
Cc:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>, David Fetter
<david(at)fetter(dot)org>, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>, pgsql-hackers
<pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: and it's not a bunny rabbit, either
Date:
2011-01-02 21:45:29
Message-ID:
1294004729.5984.21.camel@vanquo.pezone.net (view raw or flat )
Thread:
2010-12-27 03:13:35 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-27 03:33:15 from David Fetter <david(at)fetter(dot)org>
2010-12-27 03:44:40 from Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
2010-12-27 03:55:44 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-27 04:09:41 from Christophe Pettus <xof(at)thebuild(dot)com>
2010-12-27 15:18:21 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-27 19:06:52 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 04:54:46 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 09:09:56 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-12-29 11:17:57 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 17:29:23 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2010-12-29 17:49:19 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-29 18:35:07 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 19:29:45 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-29 19:42:08 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-12-29 20:01:10 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-29 21:04:05 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 21:53:47 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-29 22:14:35 from David Fetter <david(at)fetter(dot)org>
2010-12-30 15:47:42 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-30 16:00:02 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-12-30 16:03:35 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-31 13:48:18 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-01-01 05:05:30 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-01 14:53:57 from Guillaume Lelarge <guillaume(at)lelarge(dot)info>
2011-01-01 15:00:46 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-01 15:31:29 from Guillaume Lelarge <guillaume(at)lelarge(dot)info>
2011-01-01 21:28:34 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-01-01 21:28:10 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-01-01 22:21:38 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-02 21:45:29 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-01-03 15:21:44 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-03 15:31:07 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-12-30 16:49:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-30 17:06:02 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-12-30 17:32:32 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-30 19:34:45 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-31 01:58:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-31 02:19:26 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-31 02:30:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-31 05:07:18 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-31 13:10:07 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-12-31 13:35:25 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-31 13:52:49 from Peter Eisentraut <peter_e(at)gmx(dot)net>
Lists:
pgsql-hackers
On lör, 2011-01-01 at 17:21 -0500, Robert Haas wrote:
> > I don't see anything wrong with having 20 or 30 messages of variants of
> >
> > "foo cannot be used on bar"
> >
> > without placeholders.
>
> Well, that's OK with me. It seems a little grotty, but manageably so.
> Questions:
>
> 1. Should we try to include the name of the object? If so, how?
Hmm. There is a bit of a difference in my mind between, say,
constraints cannot be used on sequences
constraint "foo" cannot be used on sequence "bar"
the latter leaving open the question whether some other combination
might work.
> 2. Can we have a variant with an SQL-command-fragment parameter?
>
> %s cannot be used on views
> where %s might be CLUSTER, DROP COLUMN, etc.
That's OK; we do that in several other places.
In response to
Responses
pgsql-hackers by date
Next :From: Jim NasbyDate: 2011-01-02 22:11:25
Subject : Re: contrib/snapshot
Previous :From : Dimitri FontaineDate : 2011-01-02 21:24:27
Subject : Re: Base Backup Streaming