Re: QUERY

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: QUERY
Дата
Msg-id CAHyXU0zx+yE9NJjzHcsTkvL24KM8N4-QHDfoiqu=9xnx0B=CfA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: QUERY  (Rory Campbell-Lange <rory@campbell-lange.net>)
Ответы Re: QUERY  (Rory Campbell-Lange <rory@campbell-lange.net>)
Список pgsql-novice
On Tue, Mar 13, 2012 at 1:26 PM, Rory Campbell-Lange
<rory@campbell-lange.net> wrote:
> On 13/03/12, anderson earley (anderson_earley@yahoo.com) wrote:
>> I need a script that parses a provided users.txt, then it needs to
>> look for users in 'NEW USERS' table and move any to their 'intended'
>> group.
>
> That is not a terribly helpful description of what you want to do, as
> you haven't provided many details.
>
> Do you mean you need to run an SQL statement along the lines of:
>
>    INSERT INTO group_users
>        (person_id, group_id)
>    VALUES
>        (pid, gid);
>
> and you want to work out how to generate that sort of statement from a
> text file containing (presumably) the equivalent of 'pid' and 'gid'?

you are apparently unaware of my 'parse any file into any intended
location' script.

merlin

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Using pg_trgm
Следующее
От: Andrej
Дата:
Сообщение: Re: Updating RHEL4 system for PHP; requires Postgresql updates