Re: How to fetch data from tables in PostgreSQL

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: vaibhav zaveri <vaibhavzaveri3(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to fetch data from tables in PostgreSQL
Date: 2018-04-18 13:55:17
Message-ID: CANu8Fiz-N0BpcXkRX66UJoGEbeZTZ4_-LzwpbF5aMWgpwV7yxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 18, 2018 at 9:48 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:

> On 04/18/2018 12:38 AM, vaibhav zaveri wrote:
>
>> Hi,
>>
>> Thanks for your reply
>> Which are the important tables from which we need to get data?
>>
>
> Important for what?
>
>>
>> Regards,
>> Vaibhav Zaveri
>>
>> On 18 Apr 2018 12:52, "vaibhav zaveri" <vaibhavzaveri3(at)gmail(dot)com <mailto:
>> vaibhavzaveri3(at)gmail(dot)com>> wrote:
>>
>> Hi,
>>
>> How to fetch data from tables in PostgreSQL.
>>
>> Regards,
>> Vaibhav Zaveri
>>
>>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
>

*>Which are the important tables from which we need to get data? *

*The whole idea of a relational database such as PostgreSQL, is that YOU
create the schema/tables that are important to you and you store *

*and retrieve the information that is important to you. When PostgreSQL is
first installed it cannot possibly have any tables/information that you*

*would consider important. *
--
*Melvin Davidson*
*Maj. Database & Exploration Specialist*
*Universe Exploration Command – UXC*
Employment by invitation only!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-04-18 14:02:32 Re: pg_upgrade help
Previous Message Tom Lane 2018-04-18 13:51:11 Re: Tricking the optimizer