Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Douglas Toltzman
Ross ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3736: server cannot listen

2007-11-09 Thread Douglas Toltzman
-(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3680: memory leak when excuting a SQL "selectcount(id) from chinatelecom;"

2007-10-17 Thread Douglas Toltzman
o RAM which is serving no other purpose will automatically be used to cache data. If you need memory for something else, the cache will be reduced to compensate. -Kevin Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3680: memory leak when excuting a SQL "select count(id) from chinatelecom;"

2007-10-16 Thread Douglas Toltzman
rom chinatelecom; use top command observe the available memory, I find about 500MB memory is vanished after the SQL is executed. please tell me why it happened? ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] error while starting database

2007-08-18 Thread Douglas Toltzman
tory I had only pg_hba.conf file. My application was working fine till yesterday. plzz help Regards: Nitin Saxena On 8/18/07, Douglas Toltzman <[EMAIL PROTECTED] > wrote: At this point, I'd have to have more information to be able to tell you what to fix. Does the server give any rea

Re: [BUGS] error while starting database

2007-08-18 Thread Douglas Toltzman
Subject: Re: [BUGS] error while starting database To: Douglas Toltzman <[EMAIL PROTECTED]>, pgsql- [EMAIL PROTECTED] Hi All the command such asgives following output; 1: :ls -a/tmp: No such file or directory 2 : "rm -f/tmp/.s.PGSQL.5432" bash: rm -f/tmp/.s.PGSQ

Re: [BUGS] error while starting database

2007-08-17 Thread Douglas Toltzman
Checking postgresql installation: [ OK ] Starting postgresql service: [FAILED] Please help ASAP, as i have to up the application as soon as possible Thanks & Regards: Nitin Saxena On 8/17/07, Douglas Toltzman <[EMAIL PROTECTED]>

Re: [BUGS] error while starting database

2007-08-17 Thread Douglas Toltzman
on that port? If not, remove socket node (/tmp/.s.PGSQL.5432) and retry. pg_ctl: Cannot start postmaster. Is another postmaster is running? bash-2.04$ /usr/bin/postmaster: cannot create UNIX stream port. Expecting your kind help on urgent. Regards-- NItin Saxena Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3493: Cannot find data with = operator

2007-07-27 Thread Douglas Toltzman
-- Regards, Michal Niklas Poland ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3394: Partial search not working

2007-06-19 Thread Douglas Toltzman
--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] Duplicate Data insertion

2007-06-14 Thread Douglas Toltzman
ease give any suggestions. With Regards, Ponmalar.D Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3363: Unable to load a plugin/library using -c switch to the psql

2007-06-05 Thread Douglas Toltzman
broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3361: connect problem with server

2007-06-05 Thread Douglas Toltzman
get to increase your free space map settings Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3315: Cannot configure XP over Static IP

2007-05-28 Thread Douglas Toltzman
8.2 working over static ip or not. ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] order by question.

2007-05-03 Thread Douglas Toltzman
d together when I think they should be. Is this something that is fixed in a more current version of postgres? Thank you! Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #3056: strange behave of CHECK constraint

2007-02-22 Thread Douglas Toltzman
"tt_a_check" Regards Pavel Stehule ---(end of broadcast)--- TIP 6: explain analyze is your friend Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #2885: to_char function

2007-01-12 Thread Douglas Toltzman
TECTED] so that your message can get through to the mailing list cleanly Douglas Toltzman [EMAIL PROTECTED] (910) 526-5938

Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkish locale

2006-09-22 Thread Douglas Toltzman
an anyone elsecheck the result of isspace(0x85) ? regards, tom lane---(end of broadcast)---TIP 5: don't forget to increase your free space map settings Douglas Toltzman[EMAIL PROTECTED](910) 526-5938

Re: [BUGS] BUG #2607: Problems in pg_exec() [function.pg-exec / pg_fetch_object

2006-09-03 Thread Douglas Toltzman
resql-Thank You !---(end of broadcast)---TIP 6: explain analyze is your friend Douglas Toltzman[EMAIL PROTECTED](910) 526-5938

Re: [BUGS] BUG #2587: Connection problem

2006-08-22 Thread Douglas Toltzman
ase help me out?---(end of broadcast)---TIP 3: Have you checked our extensive FAQ?               http://www.postgresql.org/docs/faq Douglas Toltzman[EMAIL PROTECTED](910) 526-5938

Re: [BUGS] backup database by pg_dump

2006-05-12 Thread Douglas Toltzman
irectory? What wrong?   Thanks Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice. Douglas Toltzman[EMAIL PROTECTED](910) 526-5938

[BUGS] char field <> or != to a value does not select where field is null ???

2005-09-22 Thread Douglas Toltzman
with just a single char(6) column and inserted 2 rows; 1 with a null value and one with a '*'. When selecting != '*', I get zero rows, and ='*' returns 1 row. It seems logical to me, to expect that != and = would return complimentary results. What am I m

[BUGS] drop + create database restores previous tables and data

2005-05-22 Thread Douglas Toltzman
early stage, I can remove everything and recreate the entire installation from scratch, but this will create a real problem in the future. Douglas Toltzman, Oak Street Software, Inc. voice: 910-526-5938 http://www.oakstreetsoftware.com/ ---(end of broa