Thread: posgres headers
Hi all. Sorry to bother. Does anyone know where the postgres headers are stored? Which files constitute postgres headers?
kind regards,
Antonios
Sponsored Link
Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
kind regards,
Antonios
Sponsored Link
Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
Hi Antonios,
Don´t is 'header' ? what is your real problem ?
Message with HEADER generally occurs when you it had a badly recorded page
in the system of archives.
The Database shutdown before occurring this message ?
Another possible cause it would be a memory or damaged disk (in this order of diffidence).
Go to the solutions:
1. Enable zero_damaged_pages in pg_settings catalog. With this setting enable the PostgreSQL server
erases all defective pages in your table. YOU CAN LOSE INFORMATON WITH THIS.
OR
2. Try find the register(s) defective. Do you can make this for sampling with
(SELECT * FROM tab LIMIT x OFFSET y). After to find the register(s) defective,
use the xlogdump utility (http://xlogviewer.projects.postgresql.org/docs/) to see the data
and insert new other row and to erase the old one.
I wait to have helped
Marcelo Costa
DBA Analist
Executive secretariat of Education from Pará
Amazônia - Pará - Brazil
--
Marcelo Costa
Don´t is 'header' ? what is your real problem ?
Message with HEADER generally occurs when you it had a badly recorded page
in the system of archives.
The Database shutdown before occurring this message ?
Another possible cause it would be a memory or damaged disk (in this order of diffidence).
Go to the solutions:
1. Enable zero_damaged_pages in pg_settings catalog. With this setting enable the PostgreSQL server
erases all defective pages in your table. YOU CAN LOSE INFORMATON WITH THIS.
OR
2. Try find the register(s) defective. Do you can make this for sampling with
(SELECT * FROM tab LIMIT x OFFSET y). After to find the register(s) defective,
use the xlogdump utility (http://xlogviewer.projects.postgresql.org/docs/) to see the data
and insert new other row and to erase the old one.
I wait to have helped
Marcelo Costa
DBA Analist
Executive secretariat of Education from Pará
Amazônia - Pará - Brazil
2006/11/9, Antonios Katsikadamos < antonioskatsikadamos@yahoo.com>:
Hi all. Sorry to bother. Does anyone know where the postgres headers are stored? Which files constitute postgres headers?
kind regards,
Antonios
Sponsored Link
Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
--
Marcelo Costa
Στις Πέμπτη 09 Νοέμβριος 2006 16:33, ο/η Antonios Katsikadamos έγραψε: > Hi all. Sorry to bother. Does anyone know where the postgres headers are > stored? Which files constitute postgres headers? You cound do for instance a locate libpq-fe.h or find /usr/local -name libpq-fe.h to get an idea of where these files are. > > kind regards, > > Antonios > > > --------------------------------- > Sponsored Link > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > Alltel, or T-Mobile. -- Achilleas Mantzios
You can download your required header files and place them wherever you want BTW :-) --Imad www.EnterpriseDB.com On 11/9/06, Achilleas Mantzios <achill@matrix.gatewaynet.com> wrote: > Στις Πέμπτη 09 Νοέμβριος 2006 16:33, ο/η Antonios Katsikadamos έγραψε: > > Hi all. Sorry to bother. Does anyone know where the postgres headers are > > stored? Which files constitute postgres headers? > > You cound do for instance a > locate libpq-fe.h > or > find /usr/local -name libpq-fe.h > to get an idea of where these files are. > > > > > kind regards, > > > > Antonios > > > > > > --------------------------------- > > Sponsored Link > > > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > > Alltel, or T-Mobile. > > -- > Achilleas Mantzios > > ---------------------------(end of broadcast)--------------------------- > TIP 7: You can help support the PostgreSQL project by donating at > > http://www.postgresql.org/about/donate >
If your building a version prior to 8.0, you need to do gmake install-all-headers after your gmake install On Thu, 2006-11-09 at 22:44 +0500, imad wrote: > You can download your required header files and place them wherever > you want BTW :-) > > > --Imad > www.EnterpriseDB.com > > > On 11/9/06, Achilleas Mantzios <achill@matrix.gatewaynet.com> wrote: > > Στις Πέμπτη 09 Νοέμβριος 2006 16:33, ο/η Antonios Katsikadamos έγραψε: > > > Hi all. Sorry to bother. Does anyone know where the postgres headers are > > > stored? Which files constitute postgres headers? > > > > You cound do for instance a > > locate libpq-fe.h > > or > > find /usr/local -name libpq-fe.h > > to get an idea of where these files are. > > > > > > > > kind regards, > > > > > > Antonios > > > > > > > > > --------------------------------- > > > Sponsored Link > > > > > > Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, > > > Alltel, or T-Mobile. > > > > -- > > Achilleas Mantzios > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 7: You can help support the PostgreSQL project by donating at > > > > http://www.postgresql.org/about/donate > > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: In versions below 8.0, the planner will ignore your desire to > choose an index scan if your joining column's datatypes do not > match -- Brad Nicholson 416-673-4106 Database Administrator, Afilias Canada Corp.