Problem to get the tuple of a table

From: "Zhe He" <zh2132(at)columbia(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Problem to get the tuple of a table
Date: 2008-10-14 16:19:17
Message-ID: d7ca04b40810140919r308d1a00tfd05dad6cbbb29e5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm currently implement a new operation in Postgres.
If I want to get all tuples of a single attribute table to
create an array defined by myself, how can I do that?

-Zhe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Emmanuel Cecchet 2008-10-14 16:27:15 Re: Transactions and temp tables
Previous Message Hannu Krosing 2008-10-14 16:19:07 Re: Window Functions