Re: [BUGS] RI within PLPGSQL

2003-12-12 Thread Stephan Szabo
On Sat, 13 Dec 2003, cnliou wrote: > Thank you very much for your explanation! > > ¡° Include¡m"Stephan Szabo" <[EMAIL PROTECTED]>¡n > wrote: > >There have been discussions in the past about when cascade > events > >should occur. The code currently does what I believe was > last > >agreed upon, a

Re: [BUGS] RI within PLPGSQL

2003-12-12 Thread cnliou
Thank you very much for your explanation! ¡° Include¡m"Stephan Szabo" <[EMAIL PROTECTED]>¡n wrote: >There have been discussions in the past about when cascade events >should occur. The code currently does what I believe was last >agreed upon, although its behavior is fairly wierd for deferred

Re: [BUGS] libpq3 + ssl memory leak

2003-12-12 Thread Neil Conway
Okay, I've attached a patch that fixes the problem for me. The problem turned out to be pretty simple: the PostgreSQL code (both backend and frontend SSL support) was calling SSL_get_peer_certificate() without properly free'ing its return value. I haven't actually confirmed the backend memory leak

Re: [BUGS] failed to lookup type 0

2003-12-12 Thread Tom Lane
"Vernon Smith" <[EMAIL PROTECTED]> writes: > Thanks both for your response. Here is a screen shot with the table > definition and reproducible example: Sorry, but that doesn't qualify as a reproducible example, because it works fine here: regression=# create table signon( regression(# name varcha

Re: [BUGS] failed to lookup type 0

2003-12-12 Thread Vernon Smith
Thanks both for your response. Here is a screen shot with the table definition and reproducible example: mm=# \d signon Table "public.signon" Column | Type | Modifiers -+---+--- name| character varying(25) | not null user_id

Re: [BUGS] [albanyiso] 1 Bedroom Apartment Available $550 including Heat & H Water

2003-12-12 Thread kruti pandya
Does $550 include utilities electricity, washer... besides heat and hot water? Is anybody already staying there and in search of a room mate? --- Tushar <[EMAIL PROTECTED]> wrote: > 1 Bedroom Apartment is available immediately for > $550 including Heat > and Hot Water. > Apartment includes 1 Lar

[BUGS] Gourmet Coffee and 2 Santa Mugs

2003-12-12 Thread Boca Gourmet
   By Robert Frost:RevelationWe make ourselves a place apartBehind light words that tease and flout,But oh, the agitated hearTill someone really find us out.'Tis pity if the case require(Or so we say) that in the endWe speak the literal to inspireThe understanding of a friend.But so with all, from

[BUGS] Ever wonder what your Dog is saying?

2003-12-12 Thread Rover
  Dog Poem Running for the tree Sprinting quickly through the yard He's waited so long *   *   * His hopeful eyes smile gently As his tongue lolls to the side *   *   * Throw the ball for me! Let's play for hours Home! You're home! You're home!

[BUGS] Привет! Желаю тебе мира, добра и счастья. .

2003-12-12 Thread "Shakira Gorbacheva"
Листву деревьям суждено терять, И суждено лететь за горы птицам. Но верит сад, что зацветет опять, И птица верует, что возвратится. О будущем своем цветеньи сад Не может не мечтать и в листопад. Посмотреть приглашение...

[BUGS] The kids can play with this anywhere!

2003-12-12 Thread Hover Craft
Title: Amazing R/C Hovercraft Exciting real Hovercraft action - rocketsover most any surface on a cushion of air - exactly like the actual military machine! Check it out!  Whitman:Souls of men and women! it is not you I call unseen, unheard, untouchable and untouching;It is not you I go argue

[BUGS] Re: ПPИBET pgsql, дорогой друг, у меня для тебя Н0В0С0Ть...!

2003-12-12 Thread Constants H. Bureaus
= Уважаемые К0ЛЛЕГИ! Наша туристическая компания предлагает следующие услуги: оформление виз в Шенген( Греция,Испания,Италия,Франция,Германия и т.д.)от 75$ помощь в оформлении загранпаспортов от 70 $ приглашения иностранцам (сложные

[BUGS] $BFMA3$N%a!<%kBgJQ?=$7Lu$4$6$$$^(B$B$;$s!#(B

2003-12-12 Thread yuka
$B?75,%i%s%-%s%0%5%$%H$,%*!<%W%s$$$?$7$^$7$?(B! (B $BAm9g%i%s%-%s%0;22C$N$*M6$$$G$9!#(B (B (B super ranking (BURL:$B!!(Bhttp://www.rank-nation.jp/sonia001/ (B (B $B5.%5%$%H$r$^$3$H$K>![EMAIL PROTECTED]"[EMAIL PROTECTED](B (B $B$5$F!"Ev%5%$%H$OF|4)$G(Bin$B?t(B,out$B?t$r%+%&%s%H$7

[BUGS] Problems with initdb

2003-12-12 Thread denise
Hi, I tried installed PostgreSql using CygWin in Windows 2000. I got the following error when I tried to run initdb. creating configuration files... ok > creating template1 database in /usr/share/postgresql/data/bas > d not create shared memory segment: Function not implemented > DETAIL:

[BUGS] Ronco's Showtime Rotisserie - Just in time for the Holidays

2003-12-12 Thread Ron Popeil
TheWorld Famous Showtime™ Rotisseriecooks your Ham or Turkey in about half the time it takes in your conventionaloven, saving you lots of money on energy. It is also the #1 Best Sellingand most Highly Rated Rotisserie in the World, because it gives you thebes

[BUGS] Report

2003-12-12 Thread internet email storage service
-- Virus Warning Message (on hubclean) eglxyis.bat is removed from here because it contains a virus. -

Re: [BUGS] Wierd MD5-authentication crash on Solaris 8

2003-12-12 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: >> Is this the bsearch-of-no-elements problem recently discussed? > Actually, it could be. Is it patched in the current source code? Yeah, see http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/libpq/hba.c regards,

Re: [BUGS] Wierd MD5-authentication crash on Solaris 8

2003-12-12 Thread Josh Berkus
Tom, > Is this the bsearch-of-no-elements problem recently discussed? > (If you have other users who do have passwords, then it's not...) Actually, it could be. Is it patched in the current source code? -- Josh Berkus Aglio Database Solutions San Francisco ---(end of b

Re: [BUGS] RI within PLPGSQL

2003-12-12 Thread Stephan Szabo
On Fri, 12 Dec 2003, cnliou wrote: > It looks to me a referential integrity problem (only?) > within PLPGSQL. Plesase see the test result below. There have been discussions in the past about when cascade events should occur. The code currently does what I believe was last agreed upon, although

[BUGS] RI within PLPGSQL

2003-12-12 Thread cnliou
Hi! It looks to me a referential integrity problem (only?) within PLPGSQL. Plesase see the test result below. Thank you! CN === CREATE TABLE test1(c1 INTEGER PRIMARY KEY) WITHOUT OIDS; CREATE TABLE test2 ( c1 INTEGER, c2 INTEGER, PRIMARY KEY (c1,c2), CONSTRAINT ctest2 FOREIGN KEY (c1)

Re: [BUGS] dyntest.pgc not working in 7.4 ?

2003-12-12 Thread Seum-Lim Gan
Hi Michael, Looks like the libecpg we are using is 4.0. Any idea ? Gan -rw-r--r-- 1 postgres postgres 245396 Dec 10 21:57 libpq.a -rwxr-xr-x 1 postgres postgres 210700 Dec 10 21:57 libpq.so.3.1 lrwxrwxrwx 1 postgres postgres 12 Dec 10 21:57 libpq.so.3 -> libpq.so.3.1 lrwxrwxrwx