Re: Client application name - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Client application name
Date
Msg-id 20091013150630.GF4535@alvh.no-ip.org
Whole thread Raw
In response to Client application name  (Dave Page <dpage@pgadmin.org>)
Responses Re: Client application name
List pgsql-hackers
Dave Page wrote:

> The attached patch is a first quick cut of the basic functionality to
> do this. Currently, it makes the following changes:

Couple of thoughts,

- should we use argv[0] automatically in libpq unless overridden?
- should we reject funny chars such as \n? (hopefully \0 won't be a
problem)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Client application name
Next
From: Andrew Dunstan
Date:
Subject: Re: Client application name