Re: [HACKERS] Decicision needed for connect statement

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Michael Meskes <meskes(at)topsystem(dot)de>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Decicision needed for connect statement
Date: 1998-05-07 12:39:45
Message-ID: 3551AB91.467ACD57@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> CONNECT TO <SQL-server> [AS <connection name>] [USER <user name>]
> How about this?
> <dbname>@<server>:<port>
> Each missing entry will be set to the default value:
> template1(at)localhost:5432.

Looks good, though perhaps the default db should be the user's name?

Is there any benefit to using a url-style spec?

postgres://server:port/dbname

Very fashionable :)

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Meskes, Michael 1998-05-07 13:25:40 RE: [HACKERS] Decicision needed for connect statement
Previous Message Michael Meskes 1998-05-07 12:39:23 Re: [HACKERS] Decicision needed for connect statement