I always got the following result everytime I try to compile pg 6.4.2(pwd:
/home/szoli/postgresql-6.4.2/src)
bash-2.01$ gmake
Making postgres.imp
./backend/port/aix/mkldexport.sh postgres /home/szoli/pgsql//bin >
postgres.imp
nm: postgres: 0654-200 Cannot open the specified file.
nm: Nem létező f
I've noticed that when I fill up a database by some app, I can't query
those relations this app opened till the fill-up haven't come to it's end.
Why?
Sebestyén Zoltán <[EMAIL PROTECTED]>I'm believing that the Ho
On Thu, 27 May 1999, Bruce Momjian wrote:
> I have heard this complaint before. Are you running 6.5beta or 6.4.
> I think this is fixed in 6.5beta. What is precompiling? I am not sure.
I meant to say C preprocessing..
---
> There is a line in include/config.h which says:
>
> /* Define const as empty if your compiler doesn't grok const. */
> /* #undef const */
>
Thanks for the suggestion, now this problem is solved.. and got another
one.. in the odbc source, there's a yacc generated file called pgc.l t
Hi,
I wrote an application that uses PgSQL as database backend. It ran for
almost a year and now it's database directory grew to 85633Kbyte.
Inspecting this directory, I found out that a file called oid_index grew
to 84058112 bytes, i.e. 99% of the database is index. What went wrong?
What can be
I did vacuum a database that I previously loaded 'heavily' with data and
got the following results and got it everytime I repeat vacuum:
elmu=> vacuum;
NOTICE: BlowawayRelationBuffers(annex_log, 58): block 184 is referenced
(private 0, last 0, global 1)
pqReadData() -- backend closed the channel
Hi,
I would like to upgrade from 6.4.2 to 6.5.2, so I compiled 6.4.2 and now
want to dump the existing database so in order to transfer it to the new
postgresql. Unfortunately, pg dump can't fulfill his task, it's complaing
that some procedural language is missing. What can I do in this case?
He
Since then, I successfully solved the problem, so no help is required..
Sebestyén Zoltán <[EMAIL PROTECTED]>I can't choose what I can't believe
That the way of life is to
Hi,
I know it's not a PHP3 mailinglist but the question is somewhat related
to pgsql.
I would like to know what's the problem with following line:
$dbConn = pg_Connect( " host=$host user=$user password=$password port=$port
dbname=$dbname");
The php variables are filled with the appropria