On 9/16/2016 1:53 AM, thomas.deboben@rohde-schwarz.com wrote:
psql: could not connect to server: Connection refused (0x274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
that says it all. Is the postgres service r
Hello,
I need some help on an installation issue with PostgreSQL 9.5.0.1
I have written a wix bootstrapper to install postgresql for our
application.
This has worked for different version, but now we get sometimes trouble
with the installer as some sql scripts can't be executed during install.
>
On 10/28/2015 02:20 PM, Michael Convey wrote:
Forgive my ignorance, but I'm new to PostgreSQL. Regarding installation,
I'm trying to understand some of the differences between Red Hat,
Ubuntu, and OpenSUSE. My goal is to set up a self-contained lab instance
for learning on each distribution. So,
Forgive my ignorance, but I'm new to PostgreSQL. Regarding installation,
I'm trying to understand some of the differences between Red Hat, Ubuntu,
and OpenSUSE. My goal is to set up a self-contained lab instance for
learning on each distribution. So, I assume I'll need both the client and
server on
On Mon, Aug 1, 2011 at 3:00 AM, Aakash Goel wrote:
> Hi,
>
> I am having some trouble installing the db on my Windows 7 machine.
>
> Whenever I try to install from postgresql-9.0.4-1-windows_x64.exe, I get
> these errors:
> http://i.imgur.com/gNCrR.png
> http://i.imgur.com/yEVxT.png
>
> Any help i
Hi,
I am having some trouble installing the db on my Windows 7 machine.
Whenever I try to install from postgresql-9.0.4-1-windows_x64.exe, I get
these errors:
http://i.imgur.com/gNCrR.png
http://i.imgur.com/yEVxT.png
Any help is appreciated. Thanks,
Aakash
Thanks.
I think I mistook postgres for postgres-plus.
Quoting Ashesh Vashi :
You can always download PostgreSQL installer for any supported platform
without any registration from
http://www.enterprisedb.com/products/pgdownload.do.
On Thu, Feb 11, 2010 at 4:30 PM, wrote:
Hi,
Please why is
You can always download PostgreSQL installer for any supported platform
without any registration from
http://www.enterprisedb.com/products/pgdownload.do.
On Thu, Feb 11, 2010 at 4:30 PM, wrote:
> Hi,
>
> Please why is it that we must register at EnterpriseDB and register each
> Windows installa
In response to db.subscripti...@shepherdhill.biz :
> Hi,
>
> Please why is it that we must register at EnterpriseDB and register
> each Windows installation of postgreSQL these days?
That's not true.
Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: ->
On Thu, Feb 11, 2010 at 11:00 AM, wrote:
> Hi,
>
> Please why is it that we must register at EnterpriseDB and register each
> Windows installation of postgreSQL these days?
There is no requirement to register to use or download PostgreSQL.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb
Hi,
Please why is it that we must register at EnterpriseDB and register
each Windows installation of postgreSQL these days?
At times, I need to install on a server that is not on the internet
and have had to bear the pain of configuring a server for internet
before I can install postgreSQ
iog...@free.fr wrote:
Hi guys,
I would like to have some feedback about installing PostgreSQL 8.4
under Windows XP embeded.
Unfortunatly (or fortunatly actualy ;)), I have no XPe to test myself.
Where are the traps ?
Does the EDB installer works well ?
I found on the list some bugs related
Hi guys,
I would like to have some feedback about installing PostgreSQL 8.4 under
Windows XP embeded.
Unfortunatly (or fortunatly actualy ;)), I have no XPe to test myself.
Where are the traps ?
Does the EDB installer works well ?
I found on the list some bugs related to 8.0 and "run as..."
On Nov 13, 2009, at 8:05 PM, Reno Bladergroen wrote:
> Probably the following might have been asked before, but I've been searching
> the web for the following problem for 2 days already:
> I need to install an end-user application which demands 2 postgresql users
> each owning its own database
Probably the following might have been asked before, but I've been
searching the web for the following problem for 2 days already:
I need to install an end-user application which demands 2 postgresql
users each owning its own database.
One user+database is used for a data management system (I c
On Thu, Apr 2, 2009 at 12:51 PM, dfx wrote:
> dear Sirs,
>
> is there on the web a simple guide (for "idiots") to install postgresql on
> CentOS 5.2 using only a ssh connection? (no web browser, no graphical
> capability). My first problem is to download using ftp instead a web
> browser.
>
> The
dfx wrote:
dear Sirs,
is there on the web a simple guide (for "idiots") to install postgresql
on CentOS 5.2 using only a ssh connection? (no web browser, no graphical
capability). My first problem is to download using ftp instead a web
browser.
Try something like "yum install lynx" first -
2009/4/3 dfx :
> dear Sirs,
> The default installation (#>yum install opstresql)suggest the version 8.1
> but I would like to install the latest 8.3, so I suppose that I have to
> change some file containing yum directive per postgresql.
30 seconds on the postgres website ... ran into this ;}
h
dear Sirs,
is there on the web a simple guide (for "idiots") to install postgresql
on CentOS 5.2 using only a ssh connection? (no web browser, no graphical
capability). My first problem is to download using ftp instead a web
browser.
The default installation (#>yum install opstresql)suggest
http://pginstaller.projects.postgresql.org/silent.html
We did that in one of our setups. It works, but has some limitations.
For example, you cannot set a global encoding via the command line (its
a known installer bug in 8.3.4/8.3.5). And it didn't worked for us on
some w2k3 servers, if you didn'
just create one , dump it to a file, and restore after pg instalation.
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Sent: Monday, December 15, 2008 4:59 PM
To: Shahbaz A. Tyagi
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] PostgreSQL installation
On Mon, Dec 15, 2008 at 12:36 PM, Shahbaz A. Tyagi
wrote:
>
>
> Hi,
>
>
>
> How can we make PostgreSQL db up and running with out using i
On Mon, Dec 15, 2008 at 7:36 AM, Shahbaz A. Tyagi
wrote:
> How can we make PostgreSQL db up and running with out using installer i.e.
> we want to build the db internally and ship the db along with our
> application and let our application run the DB. We don't want to include the
> PostgreSQL inst
On 15/12/2008 13:03, Grzegorz Jaśkiewicz wrote:
> unless you want to do it on windows, than I have no idea...
There's a silent installation option to the Windows installer which
AFAIK is the usual way to install Postgres via another installer.
Ray.
-
On 15/12/2008 12:59, Grzegorz Jaśkiewicz wrote:
> install binaries,
If it's on Windows, there may be some registry keys to be set as
well...at least, such keys exist on my laptop (XP), but I can't tell
whether they belong to PG itself or to the installer.
Ray.
--
unless you want to do it on windows, than I have no idea...
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
On Mon, Dec 15, 2008 at 12:36 PM, Shahbaz A. Tyagi
wrote:
>
>
> Hi,
>
>
>
> How can we make PostgreSQL db up and running with out using installer i.e.
> we want to build the db internally and ship the db along with our
> application and let our application run the DB. We don't want to include the
Hi,
How can we make PostgreSQL db up and running with out using installer i.e.
we want to build the db internally and ship the db along with our
application and let our application run the DB. We don't want to include the
PostgreSQL installer along with our installer and create the db while
Tom Allison wrote:
> This should be a dumb question:
>
> --with-perl
>
> I don't see that I have to do this in order to load pl/perl as a
> function/trigger language option. So I should assume that this will
> compile pl/perl in rather than having it available as a loadable
> function. Nice f
This should be a dumb question:
--with-perl
I don't see that I have to do this in order to load pl/perl as a
function/trigger language option. So I should assume that this will
compile pl/perl in rather than having it available as a loadable
function. Nice for optimizations?
I'm assuming
My OS Type its: Windows Vista 64bits, Portuguese Brazil
I have installed the 8.3 with msi package
The message error was: "ailed to run initdb: 1!"
I serached google and i found nothing
On Sat, Apr 26, 2008 at 12:02 PM, Martijn van Oosterhout <[EMAIL PROTECTED]>
wrote:
> On Thu, Apr 24, 2008 at 0
On Thu, Apr 24, 2008 at 05:04:38AM -0700, xaviergxf wrote:
> I had the postgresql version 8.2, but i´ve updated it to the 8.3.
> During the installation, postresql show this message "Failed to run
> initdb: 1". I already tried to remove and reinstall, but it does not
> works.
>
> Did anyone know h
Hi,
I had the postgresql version 8.2, but i´ve updated it to the 8.3.
During the installation, postresql show this message "Failed to run
initdb: 1". I already tried to remove and reinstall, but it does not
works.
Did anyone know how can i solve this problem?
Thanks
--
Sent via pgsql-general m
On Wed, Feb 27, 2008 at 02:58:22PM +, Richard Huxton wrote:
> Magnus Hagander wrote:
> >On Wed, Feb 27, 2008 at 02:41:09PM +, Richard Huxton wrote:
> >>I'm guessing that you're missing some of the locale (language) files for
> >> your machine. Have you got anything unusual selected in your
Magnus Hagander wrote:
On Wed, Feb 27, 2008 at 02:41:09PM +, Richard Huxton wrote:
I'm guessing that you're missing some of the locale (language) files for
your machine. Have you got anything unusual selected in your language
settings?
That's not actually the error. That happens everywhe
On Wed, Feb 27, 2008 at 02:41:09PM +, Richard Huxton wrote:
> Jan Christensen wrote:
> >Dear Sirs.
> >
> > I have a problem with installing PostgreSQL 8.3 on my computer
> > with Windows XP Home edition and AVG FREE antivirus 7.5.
> >
> > The installation-program asks for a installing-
Jan Christensen wrote:
Dear Sirs.
I have a problem with installing PostgreSQL 8.3 on my computer
with Windows XP Home edition and AVG FREE antivirus 7.5.
The installation-program asks for a installing-language and to save
the installation-process in a logfile. When I choose Engl
Dear Sirs.
I have a problem with installing PostgreSQL 8.3 on my computer
with Windows XP Home edition and AVG FREE antivirus 7.5.
The installation-program asks for a installing-language and to save
the installation-process in a logfile. When I choose English and press
the button
thanks martijn
I'l have a look in the documentation now as i know it is possible.
Martijn van Oosterhout schrieb:
> On Mon, Jul 17, 2006 at 02:25:20AM -0700, polder_udo wrote:
> > Hello
> >
> > i am planning to use postgreSQL in a new project and have some very
> > basic questions reguarding in
On Mon, Jul 17, 2006 at 02:25:20AM -0700, polder_udo wrote:
> Hello
>
> i am planning to use postgreSQL in a new project and have some very
> basic questions reguarding installing the product.
> The project will be written in C# and will be running only on windows.
> The software will be installed
Hello
i am planning to use postgreSQL in a new project and have some very
basic questions reguarding installing the product.
The project will be written in C# and will be running only on windows.
The software will be installed via a standard setup.
1) Is it possible to install postgreSQL in "quit
I know that my problem is due to my carelessness and
ignorance, but I didn’t think that installing PostgreSQL would cause a state
of affairs not easily reversed. Please excuse the length of the following
narrative.
When installing PostgreSQL 8.0.1 on my laptop running Windows
XP Home (S
--- "Geisler, Jim" <[EMAIL PROTECTED]> wrote:
> I am trying to create an installer that will run
> PostgreSQL as a service
> onto a Windows machine( 2000 or Server 2003).
>
> Are there any suggestions for solving this problem?
> Any response is much
> appreciated.
>
You might want to look at
Title: Message
I am
trying to create an installer that will run PostgreSQL as a service onto a
Windows machine( 2000 or Server 2003).
The
problem that I am having is that I need to have the database be initialized by a
restricted windows user. However, I do not want to demand that the user
Hi,
I am trying install the postgresql-7.4.3 simple
installation. I did ./configure command at the postgresql directory source.
While the configuring proccess I receiving the follow message:
checking for tar... /bin/tarchecking for
strip... stripchecking whether it is possible to strip li
45 matches
Mail list logo