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).
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
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
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_
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
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
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
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