BUG #6289: help us

From: "mohsen" <momenimohsen(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6289: help us
Date: 2011-11-10 13:59:38
Message-ID: 201111101359.pAADxcTH068639@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6289
Logged by: mohsen
Email address: momenimohsen(at)gmail(dot)com
PostgreSQL version: 8.1
Operating system: centos
Description: help us
Details:

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Young 2011-11-10 14:06:44 Re: Add statistics_collector_listen_addresses to fix hard-coding of "localhost"
Previous Message Robert Young 2011-11-10 13:56:53 Re: Add statistics_collector_listen_addresses to fix hard-coding of "localhost"