Skip to content

align URL format with libpq in documentation #286

@petere

Description

@petere

The documentation (README and wiki) uses random URL formats like tcp:// and pg://. Since node-postgres accepts anything as the scheme, it would be nice if the documentation aligned itself with libpq's format (http://www.postgresql.org/docs/9.2/static/libpq-connect.html#LIBPQ-CONNSTRING) using postgresql:// or postgres:// so that connection strings are more easily interchangeable. This would also improve the internal consistency of node-postgres's documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions