Re: [GENERAL] CRM where pg is a first class citizen?

2016-12-13 Thread George Weaver
I've never used it but what about: https://developer.sugarcrm.com/2012/08/03/like-postgresql-and-want-to-use-it-with-sugarcrm-check-out-a-new-community-project/ Cheers, George On 13/12/2016 2:24 PM, Joshua D. Drake wrote: On 12/13/2016 12:19 PM, John R Pierce wrote: On 12/13/2016 10:19 AM, Jo

Re: [GENERAL] Logging for 2 instances of PostgreSQL

2016-11-30 Thread George Weaver
On 30/11/2016 9:16 PM, John R Pierce wrote: On 11/30/2016 3:01 PM, George Weaver wrote: I have set up 2 instances of PostgreSQL 9.6 on the same Windows server. I noticed when I ran initdb for the second instance that it did not create a pg_log folder in the new cluster, and that all logging

[GENERAL] Logging for 2 instances of PostgreSQL

2016-11-30 Thread George Weaver
Good afternoon, I have set up 2 instances of PostgreSQL 9.6 on the same Windows server. I noticed when I ran initdb for the second instance that it did not create a pg_log folder in the new cluster, and that all logging is going to the pg_log folder in the original cluster. Is it possible t

Re: [GENERAL] Issue with installation of postgresql server

2016-10-13 Thread George Weaver
Hi Kanakaraju, This is a long shot but in case "case" matters, on all my computer the variable is "ComSpec". And I assume you added it as a System variable... Cheers, George On 13/10/2016 6:24 AM, Karre, Kanakaraju (US - Hyderabad) wrote: I have been trying to install Postgresql server on

Re: [GENERAL] PostgreSQL Developer Best Practices

2015-08-26 Thread George Weaver
- Original Message - From: Gavin Flower On 27/08/15 00:03, Vincent de Phily wrote: On Wednesday 26 August 2015 10:27:04 Gavin Flower wrote: Actually I would suggest standardising on singular names, not JUST because that this the standard I prefer! :-) But (also) because: 1. Si

Re: [GENERAL] native api or odbc?

2015-06-23 Thread George Weaver
- Original Message - From: Bret Stern I use odbc in a windows environment. No complaints, can do inserts, select, updates, joins, execute stored procedures with little fuss...more than fast enough for my purposes. There are some issues with 32/64 bit odbc depending on your relat

Re: [GENERAL] Unknown error while running <> postgresql_installer_dc46cfee2c\getlocales.exe

2015-02-13 Thread George Weaver
able thing to try. On Fri, 13 Feb 2015 08:10:54 -0600 "George Weaver" wrote: Hi Glenn, No, and neither did I receive any responses. I did find the following reference that 9.4 is officially not supported on XP, Server 2003 or Vista, however I have not seen anything "officia

Re: [GENERAL] Unknown error while running <> postgresql_installer_dc46cfee2c\getlocales.exe

2015-02-13 Thread George Weaver
ld | GIS Analyst | Information Services Forestry Commission Unknown error while running <> postgresql_installer_dc46cfee2c\getlocales.exe From:"George Weaver" To:"pgsql-general" Subject:Unknown error while running <> postgresql_installer_dc46cfee2c\get

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Sorry for the late reply...life interefered... From: Jim Nasby On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-08 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

[GENERAL] Unknown error while running <> postgresql_installer_dc46cfee2c\getlocales.exe

2015-02-06 Thread George Weaver
Hi List, Trying to install PostgresSQL 9.4.1 on Window XP Pro Service Pack 3. Installation is aborted with the following error: Unknown error while running C:\Documents and Settings\George Weaver\Local Settings\Temp\postgresql_installer_dc46cfee2c\getlocales.exe bitrock_installer.log

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-03 Thread George Weaver
Hi Adrian, From: "Adrian Klaver" Subject: Re: [GENERAL] "Ungroup" data for import into PostgreSQL On 01/15/2015 04:56 PM, Jim Nasby wrote: On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I

Re: [GENERAL] "Ungroup" data for import into PostgreSQL

2015-02-03 Thread George Weaver
Sorry for the late reply...life interefered... From: "Jim Nasby" On 1/15/15 9:43 AM, George Weaver wrote: Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL que

[GENERAL] "Ungroup" data for import into PostgreSQL

2015-01-15 Thread George Weaver
Hi List, I need to import data from a large Excel spreadsheet into a PostgreSQL table. I have a program that uses ODBC to connect to Excel and extract data using SQL queries. The program then inserts the data into a PostgreSQL table. The challenge with this particular spreadsheet is that i

Re: [GENERAL] Replacing Ordinal Suffixes

2014-03-01 Thread George Weaver
- Original Message - From: Steve Atkins I suspect you have standard_conforming_strings set to off (it defaults to on in 9.1), possibly for backwards compatibility to support an app you’re using that’s not been updated, possibly accidentally. You're right - it was off (now On). Th

Re: [GENERAL] Replacing Ordinal Suffixes

2014-03-01 Thread George Weaver
Actually, I found that the double backslashes are required whether the E is used or not: You must be using a relatively old PG version then. Default behavior since around 9.1 has been that backslashes aren't special except in E'' strings. Hmm. development=# select version();

Re: [GENERAL] Replacing Ordinal Suffixes

2014-03-01 Thread George Weaver
Hi All, From: James Cloos The E'' syntax eats your backslashes. For that version, try just: SELECT REGEXP_REPLACE(LOWER('300 North 126th Street'),'(\d)(st|nd|rd|th)', '\1', 'g'); Actually, I found that the double backslashes are required whether the E is used or not: development=# se

Re: [GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
From: Ian Lawrence Barwick - Original Message - From: Steve Atkins On Feb 28, 2014, at 2:43 PM, George Weaver wrote: >Maybe this? >select regexp_replace('300 North 126th Street', '(\d+)(?:st|nd|rd|th)', >'\1', 'gi'); Hi Steve,

Re: [GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
- Original Message - From: Steve Atkins To: pgsql-general Sent: Friday, February 28, 2014 4:17 PM Subject: Re: [GENERAL] Replacing Ordinal Suffixes On Feb 28, 2014, at 2:04 PM, George Weaver wrote: Hi list, I'm stumped. I am trying to use Regexp_Replace to replace or

Re: [GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
- Original Message - From: Steve Atkins On Feb 28, 2014, at 2:43 PM, George Weaver wrote: >Maybe this? >select regexp_replace('300 North 126th Street', '(\d+)(?:st|nd|rd|th)', >'\1', 'gi'); Hi Steve, Thanks, but no luck: sele

Re: [GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
From: Steve Atkins On Feb 28, 2014, at 2:04 PM, George Weaver wrote: > Hi list, > > I'm stumped. > > I am trying to use Regexp_Replace to replace ordinal suffixes in addresses > (eg have '126th' want '126') for comparison purposes. So fa

Re: [GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
s positive lookbehind expressions (which are actually (?<=foo), not (?!foo)), but you can get the same effect by capturing the number with (\d) and then outputting it again with the \1. Paul On Fri, Feb 28, 2014 at 2:04 PM, George Weaver wrote: Hi list, I'm stumped. I am trying to

[GENERAL] Replacing Ordinal Suffixes

2014-02-28 Thread George Weaver
Hi list, I'm stumped. I am trying to use Regexp_Replace to replace ordinal suffixes in addresses (eg have '126th' want '126') for comparison purposes. So far no luck. I have found that SELECT REGEXP_REPLACE(LOWER('300 North 126th Street'), '(?!/D)(st|nd|rd|th)', '', 'g'); regexp_replace -

Re: [GENERAL] argument of CASE/WHEN must not return a set

2014-01-09 Thread George Weaver
- Original Message - From: David Johnston >The condition (WHEN) in a case cannot be a set. You have to make the >expression always resolve to a single row/value. >I'd suggest creating a regexp_matches_single(...) function that calls >regexp_matches(...) in a sub-select so that no matc

[GENERAL] argument of CASE/WHEN must not return a set

2014-01-08 Thread George Weaver
Good morning, I've have solved my problem in another way, but I am curious as to why I am getting the following error. The following returns a boolean value a expected: development=# SELECT LENGTH(ARRAY_TO_STRING( REGEXP_MATCHES('12-70510','^[0-9,0-9.0-9]+') development(#

Re: [GENERAL] Postgres 9.2.4 for Windows (Vista) Dell Vostro 400, re-installation failure PLEASE CAN SOMEONE HELP!! (nearly fixed)

2013-08-02 Thread George Weaver
- Original Message - From: Stephen Brearley Having been able to successfully connect to Postgres using both Navicat and pgAdmin, I then moved my \data_old back to the \9.2 folder on the D: drive, and modified the registry reference to point to this location..however I can't see my o

Re: [GENERAL] Postgres 9.2.4 for Windows (Vista) Dell Vostro 400, re-installation failure PLEASE CAN SOMEONE HELP!!

2013-07-29 Thread George Weaver
- Original Message - From: Stephen Brearley I need someone to please look at my error log which I posted nearly six weeks ago, and tell me what is wrong. Are you trying to tell us how to help you? Or are you looking for help? Since my e-mail suggesting that you work to get Postg

Re: [GENERAL] FW: Postgres 9.2.4 for Windows (Vista) Dell Vostro 400, re-installation failure

2013-07-19 Thread George Weaver
From: Stephen Brearley To: pgsql-general@postgresql.org Sent: Wednesday, July 17, 2013 5:41 AM Subject: [GENERAL] FW: Postgres 9.2.4 for Windows (Vista) Dell Vostro 400, re-installation failure The Problem On re-installing Postgres, I have not been able to get it to work. During re-installa

Re: [GENERAL] View using dblink fails if not able to make connection

2012-11-10 Thread George Weaver
- Original Message - From: Igor Romanchenko >On Fri, Nov 9, 2012 at 9:21 PM, George Weaver wrote: >>Hi Everyone, >>I have a view made up of a local query unioned with a view comprised of a >>dblink query. >>If the dblink query cannot establish a conne

[GENERAL] View using dblink fails if not able to make connection

2012-11-09 Thread George Weaver
Hi Everyone, I have a view made up of a local query unioned with a view comprised of a dblink query. If the dblink query cannot establish a connection, I get the "could not connect to server" error and the whole view fails. Setting fail_on_error to false does not work in this situation. Is th

Re: [GENERAL] Using copy with a file containing blank rows

2012-04-25 Thread George Weaver
- Original Message - From: Adrian Klaver On 03/15/2012 09:17 AM, George Weaver wrote: Hi All, I am trying to use COPY to import postgresql logs into a postgresql database for further review and sorting. Are you using the CSV format to log to the Postgres log?: http

[GENERAL] Using copy with a file containing blank rows

2012-03-15 Thread George Weaver
Hi All, I am trying to use COPY to import postgresql logs into a postgresql database for further review and sorting. The problem I'm encountering happens when COPY hits a blank row: development=# COPY log development-# FROM 'D:/PostgreSQL/9.1/pg_log/postgresql-2012-03-15_093730.log' develo

[GENERAL] Kudos

2011-08-12 Thread George Weaver
Hi Everyone, I want to thank all those that contribute to the PostgeSQL project for such an awesome and professional product. I started working with 7.2 on Windows (via cygwin), then 7.3, then to 8 and 8.1. I have been using the 8.3 branch since it first came out. This week I downloaded 9.

Re: [GENERAL] How to create "auto-increment" field WITHOUT a sequence object?

2011-06-30 Thread George Weaver
Original Message From: Dmitry Koterov I need to create an auto-increment field on a table WITHOUT using sequences: You may get some ideas at http://www.varlena.com/GeneralBits/130.php George -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your sub

Re: [GENERAL] Connecting to Postgres using Windows 7

2011-05-20 Thread George Weaver
- Original Message - From: Geoffrey Becker I'm relatively new to postgres. I've got a Visual Basic (VB) application that i would like to connect to a Postgres database using ODBC . Both the VB application and postgres are on my laptop and both work beautifully independent of each ot

Re: [GENERAL] Case Insensitive Foreign Key Constraint

2011-01-18 Thread George Weaver
From: Peter Geoghegan Subject: Re: [GENERAL] Case Insensitive Foreign Key Constraint I would probably just have a check constraint that prevented the relevant PK field from being lower case in the first place. I had to do that recently, but my approach reflected the business rules. This is wh

[GENERAL] Case Insensitive Foreign Key Constraint

2011-01-18 Thread George Weaver
Hi all, Is there a way to have text-type foreign keys be case insensitive? development=# CREATE TABLE foo (foo text PRIMARY KEY); NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "foo_pkey" for table "foo" CREATE TABLE development=# INSERT INTO foo VALUES ('foo'); INSERT 0 1 dev

[GENERAL] Problem Using RowType Declaration with Table Domains

2010-06-21 Thread George Weaver
Hi all, I have the following (very simplified) scenario: CREATE DOMAIN orderstatus AS text NOT NULL DEFAULT 'Open'; ALTER DOMAIN orderstatus ADD CONSTRAINT orderstatus_valid CHECK (VALUE IN ('Open', 'Shipped', Cancelled')); CREATE TABLE orders ( orderno serial

Re: [GENERAL] Remote access

2009-05-08 Thread George Weaver
- Original Message - From: "Bill Moran" To: "George Weaver" Cc: "pgsql-general" Sent: Friday, May 08, 2009 9:45 AM Subject: Re: [GENERAL] Remote access In response to "George Weaver" : [snip] I have clients with web-based servers which u

Re: [GENERAL] Remote access

2009-05-08 Thread George Weaver
Hi Andrew, Interesting! Thanks for the detail. George - Original Message - From: Andrew Gould To: George Weaver Cc: pgsql-general Sent: Friday, May 08, 2009 9:57 AM Subject: Re: [GENERAL] Remote access On Fri, May 8, 2009 at 9:37 AM, George Weaver wrote: Andrew

Re: [GENERAL] Remote access

2009-05-08 Thread George Weaver - Cleartag Software
Hi Andrew, Hi, I have a client with a main office and a branch office about 90 miles away. They have a server at the main office but it is not a web server. What would be the best solution for them to access a PostgreSQL database located at the main office from the branch office? I a

Re: [GENERAL] Remote access

2009-05-08 Thread George Weaver
Andrew Gould in reponse to George Weaver wrote: Hi Andrew, Hi, I have a client with a main office and a branch office about 90 miles away. They have a server at the main office but it is not a web server. What would be the best solution for them to access a PostgreSQL database

Re: [GENERAL] Remote access

2009-05-08 Thread George Weaver
From: "A. Kretschmer" In response to George Weaver : Hi, I have a client with a main office and a branch office about 90 miles away. They have a server at the main office but it is not a web server. What would be the best solution for them to access a PostgreSQL database loca

[GENERAL] Remote access

2009-05-08 Thread George Weaver
Hi, I have a client with a main office and a branch office about 90 miles away. They have a server at the main office but it is not a web server. What would be the best solution for them to access a PostgreSQL database located at the main office from the branch office? I am not "network savvy"

Re: [GENERAL] Server side large object functions

2008-12-18 Thread George Weaver
- Original Message - From: "Howard Cole" If you use Npgsql (.NET library) rather than ODBC - there are functions for reading large objects into memory. Cool! I've been meaning to have a look at Npgsql - maybe this is the nudge I need! Thanks, George -- Sent via pgsql-general

Re: [GENERAL] Server side large object functions

2008-12-18 Thread George Weaver
From: "Alvaro Herrera" George Weaver wrote: But if I try to find the same for lo_read I get: development=# \df+ lo_read alvherre=# \df loread Listado de funciones Schema | Nombre | Tipo de dato de salida | Tipos de datos de

[GENERAL] Server side large object functions

2008-12-18 Thread George Weaver
Hi, The PostgreSQL manual indicates that: "There are server-side functions callable from SQL that correspond to each of the client-side functions described above." In psql I can get the argument data types for lo_open: development=# \df+ lo_open

[Suspected Spam] Re: [GENERAL] F-Secure and PostgreSQL

2008-05-23 Thread George Weaver
- Original Message - From: "Konsta Tiihonen" <[EMAIL PROTECTED]> To: Sent: Friday, May 23, 2008 5:29 AM Subject: Re: [GENERAL] F-Secure and PostgreSQL Konsta Tiihonen wrote: > Hi, > > after some research a month ago I found out that there is some issue > between the software F-secur

[GENERAL] Alter Domain Type

2008-02-19 Thread George Weaver
Hi Everyone, Many years ago I created a domain with a char(4) datatype. Now in my wisdom I would like to change this to a text datatype, but I can't see any way of altering the type of a domain. I have experimented with backing up the database and manually editing the dump file to change the

Re: [GENERAL] Capturing return value of a function

2007-07-16 Thread George Weaver
- Original Message - From: Jasbinder Singh Bali To: pgsql-general@postgresql.org Sent: Monday, July 16, 2007 3:55 PM Subject: [GENERAL] Capturing return value of a function I was wondering what would the function return if insert fails. I want it to return 'success' upon a succes

Re: [GENERAL] how to convert a string array to a string. fct array_to_string seem to work only for INT array??

2007-05-10 Thread George Weaver
On Thursday, May 10, 2007 6:07 AM David Gagnon wrote I have a string array(Compte[]) and I need to create the following string statement to populate a temporary table statement := ' INSERT INTO T_CR1 ( CRNUM, CRMONT, CSGLNUM, CRDATE) SELECT CRNUM, CSGLNUM, CRMONT, CRDATE

Re: [GENERAL] Technical Documentation and Community Login

2007-04-20 Thread George Weaver
Original Message From Guy Rouillier http://www.postgresql.org/docs/techdocs.71. Color me dumb, but I can't figure a way to download the document "Apache 2.0, Tomcat 5.5, WARs & PostgreSQL 8.1 JDBC DataSources on Windows XP". When I click on the link to the document, it just brings me back t

Re: [GENERAL] xpath_list() function

2007-03-22 Thread George Weaver
Original Message From Andy Dale Hi, testdb=# SELECT film_name, xpath_list(description, 'year') FROM filminfo; film_name | xpath_list --- + Casablanca | 1942 Rear Window | 1954 The Godfather | 1972 Test film | 1973,1972 It would seem reasonable i

Re: [GENERAL] DST problem on Windows Server

2007-03-19 Thread George Weaver
Margaret Gillon offered the following kind support: We had to run a special utility from Windows... I will email instructions our admin put together... Hi Margaret, I heard from my client this morning and that did the trick! Thanks again for you help, Regards, George ---

Re: [GENERAL] Is This A Set Based Solution?

2007-03-15 Thread George Weaver
Stefan Berglund wrote: foo WHERE (ID = 53016 OR ID = 27 OR ID = 292 OR ID = 512) or I could alternatively pass the string of IDs ('53016,27,292,512') to a table returning function which TABLE is then JOINed with the table I wish to Stefan, The user selections will be in some sort of list. C

[GENERAL] DST problem on Windows Server

2007-03-14 Thread George Weaver
A client has PostgreSQL 8.2.1 installed on a Windows 2000 server. The time on the server is correct but PostgreSQL is returning a time 1 hour in advance. In other words, it the server time is 1:00 pm, PostgreSQL is returning 2:00 pm. Both the PostgreSQL server and Windows server have been reb

Re: [GENERAL] database backup trouble

2007-02-03 Thread George Weaver
From: "Tomi N/A" And the .bat file script? The .bat script is of no importance: So be it... it's a windows-related problem Is the Task Scheduler service running? (Start > Settings > Control Panel > Administrative Tools > Services - Task Scheduler?). If the Task Scheduler service is r

Re: [GENERAL] database backup trouble

2007-02-02 Thread George Weaver
From: "Tomi N/A" > At this point, I decided to try a much more primitive approach: using > a windows scheduled task running a .bat or .cmd script which in turn > calls pg_dump. It might be helpful if you provided the exact pg_dump command you are trying to use, as well as the text of the .ba

Re: [GENERAL] database backup trouble

2007-02-02 Thread George Weaver
From: "Tomi N/A" At this point, I decided to try a much more primitive approach: using a windows scheduled task running a .bat or .cmd script which in turn calls pg_dump. It might be helpful if you provided the exact pg_dump command you are trying to use, as well as the text of the .bat file

Re: [GENERAL] Loop plpgsql recordset

2007-01-26 Thread George Weaver
On Thursday, January 25 Furesz Peter wrote: >How can I loop a PL/PgSQL recorset variable? The example: >DECLARE >v_tmp_regi RECORD; >v_tmp RECORD; >BEGIN > SELECT * INTO v_tmp_regi FROM sulyozas_futamido sf WHERE >sf.termekfajta_id= > a_termekfajta_id AND sf.mar

Re: [GENERAL] Problems compiling from source

2007-01-23 Thread George Weaver
- Original Message From: "Magnus Hagander" What configure command did you run, exactly? configure --without-zlib I did solve the problem(?) by downloading the full distribution and using it rather than the base distribution. With the full distribution everything worked just as expecte

[GENERAL] Problems compiling from source

2007-01-22 Thread George Weaver
Hi all, I have installed version 8.2.1 and downloaded the source tree in order to compile a number of C-functions. I have been compiling from source for contrib files and c-functions since version 7.3 without problem. I downloaded postgresql-base-8.2.1.tar.gz and unzipped it into the PostgreSQ

Re: [GENERAL] Loop in loop

2007-01-22 Thread George Weaver
Original Message From: Moritz Bayer >But still the question: >Is it possible to put a loop into a loop? Or doesn't it make sense at all? I'm not sure what the OP was about, but Yes, it it possible to put a loop into a loop. See: http://www.postgresql.org/docs/8.2/static/plpgsql-control

Re: [GENERAL] Starting Postgresql

2006-12-20 Thread George Weaver
Original Message From Bob Pawley Here's the url http://fusion.gat.com/~osborne/dbdoc/postgres/postmaster.htm Bob, The above documentation is circa version 7.0. It might be easier to use the current PostgreSQL official documentation. See for example: http://www.postgresql.org/docs/8.2/sta

Re: [GENERAL] PostgreSQL doesn't accept connections when Windows

2006-12-15 Thread George Weaver
- Original Message From: "Thomas H.", etc. Thank you all for your replies and suggestions. I apologize for not replying earlier but the client is located several hours away and I have not been back to the site until yesterday. Here's an update of the situation (PostgreSQL 8.1.5 on Window

Re: [GENERAL] Performing backup from VB.NET

2006-12-15 Thread George Weaver
Original Message -From: "RPK" <[EMAIL PROTECTED]> I want to perform database backup (pgdump) from within VB.NET. Can it be done? I have an application developed using VB.NET that backs up the database every 12 hours using a small batch file containing both a vacuum and pg_dump backup script.

Re: [GENERAL] PostgreSQL doesn't accept connections when Windows

2006-12-01 Thread George Weaver
Hi Thomas netstat -a -n Cool! And -o gives me the pid of the process which I can match with processes through the Task Manager... when another program is occupying the port, it would probabyl not make much difference, except if the pgsql service is started before the other tool. maybe

Re: [GENERAL] PostgreSQL doesn't accept connections when Windows

2006-12-01 Thread George Weaver
From: "Jim Nasby" Hmm... are you sure there isn't already something listening on port 5435? Hi Jim, How might I determine this? Would this make a difference when the system is rebooted vs manually restarting the server? Thanks, George ---(end of broadcast)-

Re: [GENERAL] A generic trigger to log chanes on database tables

2006-11-28 Thread George Weaver
- Original Message - From: "Charles Ambrose" <[EMAIL PROTECTED]> Is there a way that I could create a trigger that logs the changes (updates, deletes) of a table? I mean, I want to put in a table the changes to any table in a database and also put in the table the column that was m

Re: [GENERAL] PostgreSQL doesn't accept connections when Windows

2006-11-27 Thread George Weaver
- Original Message - From: Harald Armin Massa Hi Harald, >I guess your service is not running after rebooting? You can check this via >services.msc This is what is confusing me - the service IS running after rebooting, but does not appear to be listening on port 5435. If I simply re

[GENERAL] PostgreSQL doesn't accept connections when Windows Server is rebooted

2006-11-27 Thread George Weaver
Hi everyone, I recently installed PostgreSQL (Version 8.1.5.1) using the MSI installer on a Windows Server 2000 system. I ran the installer logged in under an Administrator account, and set the service account to postgres. During the installation process, when it came time to run initdb, the i

Re: [SQL] [GENERAL] plPGSQL bug in function creation

2003-09-09 Thread George Weaver
I had the same success using 7.3.2 with Cygwin: e=# SELECT functest1('A','B'), functest1(null,'B'), functest2('A','B'), functest2(null,'B'); functest1 | functest1 | functest2 | functest2 ---+---+---+--- A | B | A | B (1 row) e=# select ve

Re: [GENERAL] [SQL] ALTER TABLE ... DROP CONSTRAINT

2003-08-01 Thread George Weaver
It works in 7.3.2.   George - Original Message - From: Elielson Fontanezi To: pgsql-general ; pgsql-sql Sent: Wednesday, July 30, 2003 10:52 AM Subject: [SQL] ALTER TABLE ... DROP CONSTRAINT Hi all!       Who can tell me what postgres version supports