Re: matching rows differing only by fkey,pkey

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: matching rows differing only by fkey,pkey
Дата
Msg-id 20040622172704.GA19163@wolff.to
обсуждение исходный текст
Ответ на matching rows differing only by fkey,pkey  ("Matthew Nuzum" <matt@followers.net>)
Ответы Re: matching rows differing only by fkey,pkey
Список pgsql-sql
On Tue, Jun 22, 2004 at 12:34:35 -0400, Matthew Nuzum <matt@followers.net> wrote:
> Any ideas? If someone has an alternate method of achieving the same result
> I'd be excited to hear about it.

A more precise formulation of what exactly you are doing might be helpful.
From your description it sounds like you should already know the primary
key of the row you are copying and can use currval to get the id of the
row just inserted. I get the impression that you are manually using these
values instead of having a script do it. But it should be easy to write
a script that does this for you.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: matching rows differing only by fkey,pkey
Следующее
От: "Matthew Nuzum"
Дата:
Сообщение: Re: matching rows differing only by fkey,pkey