Re: [HACKERS] Decicision needed for connect statement

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Decicision needed for connect statement
Дата
Msg-id 3551AB91.467ACD57@alumni.caltech.edu
обсуждение исходный текст
Ответ на Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
Ответы Re: [HACKERS] Decicision needed for connect statement  (Michael Meskes <meskes@topsystem.de>)
Список 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@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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [QUESTIONS] inheritance questions
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] Decicision needed for connect statement