Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

PostgreSQL Installation Types

If the database server is remote machine we need to set
1.PGHOST
2.PGPORT

Postgres server Types:

1.Postgresq Server
    • PostgreSQL is an open source relational database management system ( DBMS ) developed by a worldwide team of volunteers
    • Free Of Cost
    2.PPAS - Enterprise Ed
    • Postgres Plus Advanced Server (PPAS)
    • It is cost

    Postgresql Installation Types On Linux:


    I.   GUI
    II.  Text Mode
    III. Unattented Mode
    IV. RPM installation method  - PostgreSQL 11.3  , PostgreSQL 10
    V. Configuration method  - Postgresql 11.3  , PostgreSQL 8.3
    VI. Other Installation method's

    Comments

    Popular posts from this blog

    How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

    7 Steps to configure BDR replication in postgresql

    How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

    PostgreSQL Introduction

    ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.