Re: [pgeu-general] [GENERAL] Call for design: PostgreSQL mugs

2013-09-05 Thread Richard Sickler
Okay, how about PostgreSQL - The DataBase with 10,000 programmers on your side. PostgreSQL - You wish the rest of your stuff was this good. PostgreSQL - apply many quotes to mug On Thu, Sep 5, 2013 at 12:37 PM, Atri Sharma wrote: > On Fri, Sep 6, 2013 at 12:35 AM, Marc Balmer wrote: >

Re: [pgeu-general] [GENERAL] Call for design: PostgreSQL mugs

2013-09-04 Thread Richard Sickler
How about an elephant flying around Earth. Caption: PostgreSQL - Used all around the World On Wed, Sep 4, 2013 at 1:58 PM, Gavin Flower wrote: > On 05/09/13 08:40, patrick keshishian wrote: > > On 9/4/13, Andreas 'ads' Scherbaum > wrote: > > On 09/04/2013 10:17 PM, Stefan Kaltenbrunner wro

Re: [GENERAL] windows 2008 scheduled task problem

2012-02-06 Thread Richard Sickler
Ralph, It may help to break this into a couple of parts Make a folder called c:\cronjobs in c:\cronjobs create a bat file that contains the commands you want executed. Maybe something like set logfile=shp2pgsql.log echo Running shp2pgsql > %logfile% date /t >> %logfile% time /t >> %logfile% shp2

[GENERAL] Newbie cannot create tablespace

2009-11-09 Thread Richard Sickler
Hi List, I'm trying to create a tablespace using the following command copied from pg_dumpall, CREATE TABLESPACE test OWNER postgres LOCATION 'd:/prodb'; I receive the following message ERROR: directory "d:/proddb" is not empty a \db yields List of tablespaces Name| Owner |

Re: [GENERAL] Does derby have an embedded Mode like Derby ?

2009-08-04 Thread Richard Sickler
On Tue, Aug 4, 2009 at 8:37 AM, Paul Taylor wrote: > Bill Moran wrote: >> >> In response to Paul Taylor : >> >> >>> >>> Bill Moran wrote: >>> In response to Paul Taylor : > > Sam Mason wrote: > >> >> On Tue, Aug 04, 2009 at 01:37:34PM +0100, Paul Taylor wrote

[GENERAL] Question on pg_xlog and pg_control placement

2009-05-06 Thread Richard Sickler
Hi, I'm installing a new 8.3.7 system and have a question on placement locations for pg_xlog and pg_control. I've read in the documentation pertaining to pg_xlog, that it may be "...of advantage if the log is located on another disk than the main database files." As PostGRES is installed on one

[GENERAL] Running Postgresl in a virual machine

2009-03-17 Thread Richard Sickler
Hello, I am creating a small web app that uses Postgres. The number of hits/day will be small, maybe a 1000 pages/day. I'm planning on running this in a virtual machine, (Windows Server 2008 with the virtual machine hosting Postgres running Windows Server 2003 R2 x64, or maybe XP x64). The datab