Hello postgres admins,
is there any silent installer for current postgres releases (>= 9.x) available?
Or what should I consider if I plan to include postgres in the installer of my
own software package?
Thanks in advance,
Andre
Dr. Andre Skusa
WINCOR NIXDORF International GmbH
Retail Divis
PresleyDias wrote on 21.11.2011 08:54:
i want to create a postgres database using batch file, now the normal way of
doing this is
"C:\Program Files\PostgreSQL\9.0\bin\createdb.exe" -U Myadmin MydatAbseName
this create a database with the default database parameters, but i want to
create a datab
On 11/23/2011 01:06 AM, Skusa, Andre wrote:
Hello postgres admins,
is there any silent installer for current postgres releases (>= 9.x)
available? Or what should I consider if I plan to include postgres in
the installer of my own software package?
The installer has command line options for
Hello,
the solution just works fine for me using the batch file J
From: Thomas Kellerer [via PostgreSQL]
[mailto:ml-node+s1045698n5014311...@n5.nabble.com]
Sent: Wednesday, November 23, 2011 12:01 AM
To: PresleyDias
Subject: Re: Postgres database creation using batch files
PresleyDia
When I'm trying to call a postgres function inside java application, i got
this exception:
A CallableStatement was excecuted with an invalid number of parameters
>
I'm using postgresql-driver-8.3-607 and jdk1.7
Here's the postgres function:
CREATE OR REPLACE FUNCTION tmp_insert (text) RETURNS S