Re: BUG #6289: help us

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "mohsen" <momenimohsen(at)gmail(dot)com>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6289: help us
Date: 2011-11-10 15:45:25
Message-ID: 4EBB9D350200002500042CC5@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"mohsen" <momenimohsen(at)gmail(dot)com> wrote:

> PostgreSQL version: 8.1

That's no longer a supported version. 8.2 goes out of support next
month. Please upgrade to something more recent.

> 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

> 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;

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

It's not at all clear what you want help with, but nothing above
sounds remotely like a bug. Please read this page and post to a
more appropriate list (like pgsql-general) with more information.
If you have multiple issues, it would be best to start a separate
thread for each one, with a subject line appropriate to the topic.
"help us" doesn't give any clue what the topic is.

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

-Kevin

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexey Nalbat 2011-11-10 21:15:24 BUG #6290: converting interval from weeks to days
Previous Message Tom Lane 2011-11-10 14:55:43 Re: BUG #6288: Is ALTER ROLE set client_encoding broken in 9.1?