| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tomasz Myrta <jasiek(at)lamer(dot)pl> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: temporary views |
| Date: | 2001-10-04 17:43:22 |
| Message-ID: | 200110041743.f94HhMY01438@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> Hi
> I have simple question: How to create view on a temporary table?
> I need this, because pl/pgsql function returns data via temporary table.
>
> View created on a temporary table is useful only to the end of session.
> Next time i create the same temp table i get
> "Table xxx with oid xxx doesn't exist"
Just name your temporary table the same name in every session. Why
bother with a view.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paolo Colonnello | 2001-10-04 18:16:42 | Re: Simple Query HELP!!! |
| Previous Message | Stephan Szabo | 2001-10-04 16:37:41 | Re: Beginner's List |