On Thursday 22 July 2010, Satoshi Nagayasu wrote:
> Hi all,
>
> In past two months, I was working to improve the ecpg manual,
> and work for a draft of the new manual is now 90% finished.
> This document is getting very similar to the final edition,
> so I hope to introduce to you.
...
> Any feed
Robert Haas writes:
> On Tue, Jul 27, 2010 at 5:11 PM, mark wrote:
>> the 4th bullet point says
>>
>> "Have SELECT and CREATE TABLE AS return row counts to the client
>> (Boszormenyi Zoltan)
>>
>> after asking around on #postgresql was wondering if it should read
>> "Have SELECT INTO and ..
On Tue, Jul 27, 2010 at 5:11 PM, mark wrote:
> Hi am I looking at the 9.0/9.1 release docs.
> (http://developer.postgresql.org/pgdocs/postgres/release-9-0.html)
>
>
>
> E.1.3.2. Queries
> the 4th bullet point says
>
> "Have SELECT and CREATE TABLE AS return row counts to the client
> (Boszorme
Hi am I looking at the 9.0/9.1 release docs.
(http://developer.postgresql.org/pgdocs/postgres/release-9-0.html)
E.1.3.2. Queries
the 4th bullet point says
"Have SELECT and CREATE TABLE AS return row counts to the client
(Boszormenyi Zoltan)
For drivers that support this feature, this saves
On Wed, Jul 21, 2010 at 1:07 PM, Kevin Grittner
wrote:
> Marc Cousin wrote:
>
>> DECLARE
>> CURSOR referrer_keys IS
>
>> I guess it should be
>>
>> DECLARE
>> referrer_keys CURSOR IS
>
>> If I'm right, a patch is attached (the code works with the
>> correction)
>
> The patch looks correct