Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Connecting to PostgreSQL databases | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Connecting to PostgreSQL databases

    PDO_PGSQL DSN

    (No version information available, might be only in CVS)

    PDO_PGSQL DSN — Connecting to PostgreSQL databases

    Description

    The PDO_PGSQL Data Source Name (DSN) is composed of the following elements, delimited by spaces:

    DSN prefix

    The DSN prefix is pgsql: .

    host

    The hostname on which the database server resides.

    port

    The port on which the database server is running.

    dbname

    The name of the database.

    user

    The name of the user for the connection. If you specify the user name in the DSN, PDO ignores the value of the user name argument in the PDO constructor.

    password

    The password of the user for the connection. If you specify the password in the DSN, PDO ignores the value of the password argument in the PDO constructor.

    Note: The bytea fields are returned as streams.

    Examples

    Example #1 PDO_PGSQL DSN examples

    The following example shows a PDO_PGSQL DSN for connecting to a PostgreSQL database:

    pgsql:host=localhost port=5432 dbname=testdb user=bruce password=mypass
    


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin