[HACKERS] Sending queries directly

2008-03-26 Thread Pedro Belmino
Hello, I am creating an agent that runs alongside the postgres written in c++, I have a question: How send sql queries directly for the database without going need to make any connection? What I call function, which I use file? Thanks, -- Pedro Belmino

[HACKERS] HELP

2008-03-26 Thread Pedro Belmino
Hello, I am creating an agent that runs alongside the postgres written in c++, I have a question: How send sql queries directly for the database without going need to make any connection? What I call function, which I use file? Thanks, -- Pedro Belmino

[HACKERS] Postgres.bki

2007-12-21 Thread Pedro Belmino
Hello, I am changing the file pg_index, it is necessary to generate a new file postgres.bki? How to generate? Using the command: ./genbki.sh Thanks -- Pedro Belmino. # Ciência da Computação - UNIFOR # [EMAIL PROTECTED]

[HACKERS] Problem

2007-12-20 Thread Pedro Belmino
Hello, I am implementing some changes in structure of index from postgresql when run the command initdb gives the following error: Bogus pg_index tuple. What it may come to be? Thanks, -- Pedro Belmino. # Ciência da Computação

[HACKERS] Problem

2007-10-22 Thread Pedro Belmino
Hello, I have a problem. Because some changes I made in the implementation of the creation of indexes at the time that I try to insert an index is the following error: bogus pg_index tuple What can be happening? Thank, -- Pedro Belmino

Re: [HACKERS] Debugger

2007-10-19 Thread Pedro Belmino
message: Unable to open file socket: target process not responding HotSpot VM or not loaded Thank, 2007/10/19, Gregory Stark [EMAIL PROTECTED]: Pedro Belmino [EMAIL PROTECTED] writes: Hellow, I continue to have problems using the debugger, can not achieve any breakpoint that is outside

Re: [HACKERS] Debugger

2007-10-19 Thread Pedro Belmino
(); 4. Tried to attach the id of the process to the debugger and gave the error: Unable to open socket file: target process not responding or HotSpot VM not loaded 2007/10/19, Pedro Belmino [EMAIL PROTECTED]: I am using linux. 1. Inicializei the postgres the console by running. / Postgres. 2

[HACKERS] Debugger

2007-10-19 Thread Pedro Belmino
Hellow, I continue to have problems using the debugger, can not achieve any breakpoint that is outside the postmaster.c? Can anyone give me any hint? Where do I mark a breakpoint so that I can follow the creation of an index to file index.c for example? Thank, -- Pedro Belmino

[HACKERS] debugger

2007-10-19 Thread Pedro Belmino
Hellow, I continue to have problems using the debugger, can not achieve any breakpoint that is outside the postmaster.c? Can anyone give me any hint? Where do I mark a breakpoint so that I can follow the creation of an index to file index.c for example? Thank, -- Pedro Belmino

[HACKERS] Index

2007-10-02 Thread Pedro Belmino
Hello, I am implementing some functions involving index. It has some days I am with the same problem: ERROR: bogus pg_index tuple in the moment of the creation of an index. What this can be? Grateful, Pedro Belmino.

[HACKERS] IDE

2007-10-01 Thread Pedro Belmino
Hello, I am having problems of productivity with IDE that I am using. Exists some IDE that recommended to develop postgresql? I am thankful, -- Pedro Belmino.

[HACKERS] Debugger

2007-09-19 Thread Pedro Belmino
this happens? Thanks, Pedro Belmino.

[HACKERS] Problem

2007-09-13 Thread Pedro Belmino
Hello, I am a developer, I am working in the creation of hypothetical index in the data base postgresql 8.2.4. I have a problem, the data base init normally but when I try to connect to the database it shows the following error: TRAP: FailedAssertion(!(!isnull), File: relcache.c, Line: 959) . You