Re: [BUGS] Bug #608: cache lookup failed

2002-03-13 Thread Laurent FAILLIE
Hi all, Oups, I forgot to put the ML in copy of my reply :-( [...] > > ERROR: fmgr_info: function 16594: cache lookup > failed > Most likely this means something happened to the > call handler function > for plpgsql. Look in pg_language to see the > "lanplcallfoid" value for > plpgsql; is i

Re: [BUGS] Bug #608: cache lookup failed

2002-03-13 Thread Laurent FAILLIE
--- Tom Lane <[EMAIL PROTECTED]> a écrit : > Well, that looks reasonable, but what's its OID? > (should've asked for > select oid,* from ...) scheduling=# select oid, * from pg_proc where proname='plpgsql_call_handler'; oid | proname| proowner | prolang | proisinh | proistrus

Re: [BUGS] Bug #608: cache lookup failed

2002-03-13 Thread Laurent FAILLIE
> > update pg_language set lanplcallfoid=374578 where > > lanname='plpgsql'; > > > Is it correct ? > > Right. Ok, it's working fine now. Thanks you very very much. Bye Laurent = The misspelling master is on the Web. _100 % Dictionnary Free ! //( / Dico / /

[BUGS] BUG #3000: Linking problem

2007-02-13 Thread laurent faillie
The following bug has been logged online: Bug reference: 3000 Logged by: laurent faillie Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: HP-UX 11.11 Description:Linking problem Details: Hello, Even if the compilation succeed, psql

[BUGS] BUG #3271: PREPARE/EXCUTE don't work

2007-05-11 Thread laurent faillie
The following bug has been logged online: Bug reference: 3271 Logged by: laurent faillie Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: HP-UX 11.11 (v32 bits). Description:PREPARE/EXCUTE don't work Details: Hi all, While trying t

RE : Re: [BUGS] BUG #3271: PREPARE/EXCUTE don't work

2007-05-14 Thread Laurent FAILLIE
Hi Heikki, --- Heikki Linnakangas <[EMAIL PROTECTED]> a écrit : > > www=> PREPARE authn_dbd_1 (varchar) AS select mdp > from mariage.comptes where > > nom = '$1'; > > That $1 should be without the quotes, like this: > > PREPARE authn_dbd_1 (varchar) AS select mdp from > mariage.comptes where >

[BUGS] Solution for bug #899

2003-03-05 Thread Laurent FAILLIE
Hi, I have patched pg_dump.c to have a correct output file when the database use procedure langages. Bye Laurent PS: I have tryed to send the full source code as attachement but my message never appear in this ML, so I hope this diff file is enought ... diff 603a604,606 > Move

Re: [BUGS] Solution for bug #899

2003-03-07 Thread Laurent FAILLIE
--- Bruce Momjian <[EMAIL PROTECTED]> a écrit : > > Can I get a context diff (diff -c) of this? Ok, but you have to wait 'till end of next week because I'm on hollidays (SSSskki :- ). > What > exactly did you > change and why? Ok, some explanations : > > 603a604,606 > > > Mov

Re: [BUGS] Solution for bug #899

2003-03-13 Thread Laurent FAILLIE
Ok there is the context diff of my modification : Bye Laurent --- *** postgresql-7.3.2/src/bin/pg_dump/pg_dump.c Fri Dec 27 18:10:55 2002 --- postgresql-7.3.2/src/bin/pg_dump/pg_dump.c.new Wed Mar 5 12:12:32 2003 *** *** 601,606 --- 601,609

Re: [BUGS] Bug #899: pg_dumpall produce erroneous files if the databbase

2003-03-14 Thread Laurent FAILLIE
Hi Tom, First of all, I appologies for my english : it's not my native language so, it's not so easy for me :-( > > ... yes but it is not the probleme : as no user is > > attached w/ procedural languages (it's clearly > > commented in the source code of pg_dump), it > should > > generate ACL of

Re: [BUGS] Bug #899: pg_dumpall produce erroneous files if the databbase

2003-03-14 Thread Laurent FAILLIE
--- Bruce Momjian <[EMAIL PROTECTED]> a écrit : > Hello Bruce, > Well, we do dump/load procedural languages before > function, as you can > see in your output. The plpgsql has TOC #247 while > the create language > has TOC #252. Please have a look in another message I made in this mailling li

Re: [BUGS] Solution for bug #899

2003-03-18 Thread Laurent FAILLIE
--- Bruce Momjian <[EMAIL PROTECTED]> a écrit : > > Your patch has been added to the PostgreSQL > unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > I will try to apply it within the next 48 hours. Ok, thanks a lot. Have a nice day. Laurent = The m

Re: [BUGS] Bug #918: pg_dump problem w/ SEQUENCE

2003-03-25 Thread Laurent FAILLIE
Hi Bruce, I duno where is the problem, because : 1/ if I do a simple CREATE SEQUENCE x; as you do, the output is ok, 2/ It works also if I do a CREATE SEQUENCE x START 1 INCREMENT 1 MAXVALUE 2147483647 MINVALUE 1 CACHE 1; which is the command used to recreate seq_id_fch wh

Re: [BUGS] Bug #918: pg_dump problem w/ SEQUENCE

2003-03-25 Thread Laurent FAILLIE
Ok, I found what's append : 1/ current value of the sequence data are following : scheduling=# select * from seq_id_fch; sequence_name | last_value | increment_by | max_value | min_value | cache_value | log_cnt | is_cycled | is_called ---++--++---

Re: [BUGS] Solution for bug #899

2003-03-25 Thread Laurent FAILLIE
Hello Bruce, there is a contextual diff of my patch w/ the current (I hope) snapshot of postgresql. I test it on my own database, but I found another bug w/ SEQUENCE this time. I have created a new ticket, #918 for this as it's totaly a separate problem. Bye Laurent -- *** pg_dump.c.org

Re: [BUGS] Movie

2003-06-26 Thread Laurent FAILLIE
CAUTION : don't open the attachment of this incident, because it seems it contains a VIRUS. --- [EMAIL PROTECTED] a écrit : > Please see the attached zip file for details. > ATTACHMENT part 2 application/x-zip-compressed name=your_details.zip __

[BUGS] zlib directory in configure.

2004-02-18 Thread Laurent FAILLIE
Hi all, Is it possible to improve "configure" script of postgresql to allow to specify in which directory a 3rd tool is installed ? An option like --with-zlib=[DIR] is very usefull because w/ the current (7.4.1) configure script, you have to set by yourself some variables to specify where is inst

Re: [BUGS] zlib directory in configure.

2004-02-20 Thread Laurent FAILLIE
Hi Tom, --- Tom Lane <[EMAIL PROTECTED]> a écrit : > =?iso-8859-1?q?Laurent=20FAILLIE?= > <[EMAIL PROTECTED]> writes: > > Is it possible to improve "configure" script of > > postgresql to allow to specify in which directory > a > > 3rd tool is installed ? > > See --with-includes and --with-libra

Re: [BUGS] BUG #1151: Initdb fails ...

2004-05-12 Thread Laurent FAILLIE
Hi Tom, > --- Tom Lane <[EMAIL PROTECTED]> a écrit : > > > > creating system views... ERROR: did not find > '}' > > at end of input node > > > > Hmm. This would seem to indicate a mismatch > between > > the nodeToString > > and stringToNode routines (outfuncs.c and > > readfuncs.c), which is

Re: [BUGS] BUG #1151: Initdb fails ...

2004-05-13 Thread Laurent FAILLIE
--- Tom Lane <[EMAIL PROTECTED]> a écrit : > > Hm. It's starting to sound like an actual bug --- > though whether it's > in HPUX 11.00, gcc, or Postgres is difficult to > guess. Arg :-( > The Postgres > code is certainly known to work on many platforms, > but it could have > an unsuspected p

Re: [BUGS] BUG #1151: Initdb fails ...

2004-05-11 Thread Laurent FAILLIE
--- Tom Lane <[EMAIL PROTECTED]> a écrit : > > creating system views... ERROR: did not find '}' > at end of input node > > Hmm. This would seem to indicate a mismatch between > the nodeToString > and stringToNode routines (outfuncs.c and > readfuncs.c), which is > something we don't normally

Re: [BUGS] Problem with PostGreSQL 7.4.2 on HPUX 11.11(700 PARISC Systems)

2004-07-19 Thread Laurent FAILLIE
--- Raghavendra HR <[EMAIL PROTECTED]> a écrit : > Hello, [...] > checking for int timezone... yes > checking types of arguments for accept()... > > .**Stops here with the > error.** > > Pls. help me installing the same on HPUX11.11 > Wai