Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-04 Thread Fujii Masao
On Thu, Feb 4, 2010 at 1:26 PM, Joe Conway wrote: > On 02/02/2010 10:23 PM, Tom Lane wrote: >> Joe Conway writes: >>> Should I also be looking to replace all (or most) other instances of >>> PQsetdbLogin()? >> >> I think we at least wanted to fix pg_dump(all)/pg_restore.  Not sure if >> the other

Re: [BUGS] BUG #5305: Postgres service stops when closing Windows session

2010-02-04 Thread Cristian Bittel
2010/2/3 Robert Haas > On Mon, Feb 1, 2010 at 11:28 AM, Cristian wrote: > > > > The following bug has been logged online: > > > > Bug reference: 5305 > > Logged by: Cristian > > Email address: cbit...@gmail.com > > PostgreSQL version: 8.3.9 > > Operating system: Windows 2003

Re: [BUGS] BUG #5312: I NEED HELP

2010-02-04 Thread Alvaro Herrera
Daniel J. Baldev escribió: > All I want to do is to delete a database, but I don't know how to > actually input the dropdb command and what other stuff I need to > open...can you help? I think my problem will be very simple for > someone who understands this Are you using pgAdmin? If so, just rig

[BUGS] BUG #5314: Error in nested composite types in plpgsql.

2010-02-04 Thread Oleg
The following bug has been logged online: Bug reference: 5314 Logged by: Oleg Email address: sero...@gmail.com PostgreSQL version: 8.3/8.4 Operating system: any Description:Error in nested composite types in plpgsql. Details: Here is it reproduce code: It works only

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-04 Thread Joe Conway
On 02/04/2010 01:23 AM, Fujii Masao wrote: > On Thu, Feb 4, 2010 at 1:26 PM, Joe Conway wrote: >> OK, this one includes pg_dump(all)/pg_restore and common.c from >> bin/scripts (createdb, vacuumdb, etc). I still need to adjust the docs, >> but other than that any remaining complaints? > * expand_

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-04 Thread Joe Conway
On 02/04/2010 08:31 AM, Joe Conway wrote: > On 02/04/2010 01:23 AM, Fujii Masao wrote: >> On Thu, Feb 4, 2010 at 1:26 PM, Joe Conway wrote: >>> OK, this one includes pg_dump(all)/pg_restore and common.c from >>> bin/scripts (createdb, vacuumdb, etc). I still need to adjust the docs, >>> but other

Re: [BUGS] BUG #5312: I NEED HELP

2010-02-04 Thread Mark Kirkwood
Alvaro Herrera wrote: Daniel J. Baldev escribió: All I want to do is to delete a database, but I don't know how to actually input the dropdb command and what other stuff I need to open...can you help? I think my problem will be very simple for someone who understands this Are you using

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-04 Thread Joe Conway
On 02/04/2010 09:37 AM, Joe Conway wrote: > On 02/04/2010 08:31 AM, Joe Conway wrote: >> On 02/04/2010 01:23 AM, Fujii Masao wrote: >>> On Thu, Feb 4, 2010 at 1:26 PM, Joe Conway wrote: OK, this one includes pg_dump(all)/pg_restore and common.c from bin/scripts (createdb, vacuumdb, etc).