Re: How to view temp tables

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: pc <chavanpriya(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to view temp tables
Date: 2008-02-21 07:28:16
Message-ID: dcc563d10802202328r7ceefac3xbaddc0a116a8a5f5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 20, 2008 at 7:30 PM, pc <chavanpriya(at)gmail(dot)com> wrote:
> My php code is creating temporary table named mytemp,but when I run a
> selec * from mytemp I cannot see the table.How can I see the table
> from postgresql command prompt?

Got a code sample that shows this problem? I.e. create table
statement, php script that tries to hit it. Error codes are nice too.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pascal Cohen 2008-02-21 08:00:29 Mac ordering with locales
Previous Message Scott Marlowe 2008-02-21 07:23:31 Re: How to make update rapidly?