HElp - Mailing list pgsql-bugs

From MOHSEN MOMENI
Subject HElp
Date
Msg-id CA++=0QKZ=LKuvGLJnbhoETkCkK3Tvu-OYTfEHLWsE7570CP1Cw@mail.gmail.com
Whole thread Raw
Responses Re: HElp  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-bugs
I use this command for create TEMPORARY TABLE
now affter use this temporary i want DROP this Table but NOT WORk IF EXIST
TEMPORARY TABLE in PGsql 8.1
for this please help me

SELECT connection_log_details.connection_log_id,
textcat_all(connection_log_details.value || '|')
      INTO TEMPORARY log
      FROM connection_log_details
      GROUP BY connection_log_details.connection_log_id limit 2010;
      select * from log;

DROP TABLE  log;


and

i useaggre gate in pgsql 8 and for test use this not have
CREATE if exist  AGGREGATE

please help me

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6288: Is ALTER ROLE set client_encoding broken in 9.1?
Next
From: "mohsen"
Date:
Subject: BUG #6289: help us