Re: How to fetch data from tables in PostgreSQL - Mailing list pgsql-general

From Melvin Davidson
Subject Re: How to fetch data from tables in PostgreSQL
Date
Msg-id CANu8Fiz-N0BpcXkRX66UJoGEbeZTZ4_-LzwpbF5aMWgpwV7yxQ@mail.gmail.com
Whole thread Raw
In response to Re: How to fetch data from tables in PostgreSQL  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general


On Wed, Apr 18, 2018 at 9:48 AM, Adrian Klaver <adrian.klaver@aklaver.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@gmail.com <mailto:vaibhavzaveri3@gmail.com>> wrote:

    Hi,

    How to fetch data from tables in PostgreSQL.

    Regards,
    Vaibhav Zaveri



--
Adrian Klaver
adrian.klaver@aklaver.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!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tricking the optimizer
Next
From: Adrian Klaver
Date:
Subject: Re: pg_upgrade help