Re: Insert multiple Rows

From: "Victor Yegorov" <viy(at)pirmabanka(dot)lv>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Insert multiple Rows
Date: 2003-03-03 17:32:18
Message-ID: 20030303173218.GI9377@pirmabanka.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* Saint X <saintxplo(at)yahoo(dot)com(dot)ar> [03.03.2003 19:21]:
> I was looking on PostgreSQL documentation and find nothing,, I think
> that what I'm looking for doesn't exist,, you are my last resource, it
> possible to do what I want?

Search documentation for COPY command.

Note 'stdin' and 'stdout':

...
stdin

Specifies that input comes from the client application.
stdout

Specifies that output goes to the client application.
...

--

Victor Yegorov

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Aasmund Midttun Godal 2003-03-03 17:49:58 Suggestion: set session authorization with password
Previous Message Victor Yegorov 2003-03-03 17:18:16 Re: complex query