[BUGS] Integrity check

2009-06-23 Thread Prasad, Venkat
Hello, Please can you assist on following questions. * do you any tool to check postgreSQL database integrity check? * how do we confirm that dump file is proper data? * do you any doc to check the integrity of psql db? Venkat Prasad CREDIT SUISSE SCM Systems Support The signature level 4

[BUGS] BUG #3385: Memory leak

2007-06-14 Thread Prasad
The following bug has been logged online: Bug reference: 3385 Logged by: Prasad Email address: [EMAIL PROTECTED] PostgreSQL version: Some Operating system: Windows 2003 Description:Memory leak Details: When both postgre and our server application run on the same

[BUGS] BUG #2916: SELECT query has no destination for result data

2007-01-22 Thread prasad mahit
The following bug has been logged online: Bug reference: 2916 Logged by: prasad mahit Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: windows Description:SELECT query has no destination for result data Details: Hi have created a function

[BUGS] BUG #2914: SELECT query has no destination for result data

2007-01-22 Thread prasad
The following bug has been logged online: Bug reference: 2914 Logged by: prasad Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: windows Description:SELECT query has no destination for result data Details: hi... i'm created a fun

[BUGS] BUG #2182: Internal account lookup failure:

2006-01-19 Thread Anantha Prasad
The following bug has been logged online: Bug reference: 2182 Logged by: Anantha Prasad Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.2-1 Operating system: Win2000 Prof Description:Internal account lookup failure: Details: I had not installed PostGreSQL

Re: [BUGS] possible bug...

2005-09-22 Thread Prasad Duggineni
Try turning the enforcement mode off. - Original Message - From: "SriKumar Kareti" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 21, 2005 2:49 PM Subject: [BUGS] possible bug... Hello! I am trying to install postgres 8.0.3 from rpms. [EMAIL PROTECTED] ~]$ rpm -qa | grep postg

[BUGS] BUG #1726: Whenever i reboot my tables indexes is getting corrupted.

2005-06-23 Thread Prasad Duggineni
The following bug has been logged online: Bug reference: 1726 Logged by: Prasad Duggineni Email address: [EMAIL PROTECTED] PostgreSQL version: 8.03 Operating system: Redhat Linux 9.0 Description:Whenever i reboot my tables indexes is getting corrupted. Details: It

[BUGS] BUG #1726: Whenever i reboot my tables indexes is getting corrupted.

2005-06-22 Thread Prasad Duggineni
The following bug has been logged online:Bug reference:  1726Logged by:  Prasad DuggineniEmail address:  [EMAIL PROTECTED]PostgreSQL version: 8.03Operating system:   Redhat Linux 9.0Description:    Whenever i reboot my tables indexes is gettingcorrupted.Details: It is

[BUGS] Unable to run PostgreSQL 8 beta 3 on Windows XP Home

2004-11-13 Thread Ganesh and Sashi Prasad
never run postmaster even as "postgres" because it was failing to find "postgres" under "Power Users". I have no Power Users on my PC, only Administrator and Normal users. Please ignore this bug report if the problem has already been fixed. Regards, Ganesh Prasad

[BUGS] socket error while creating database in windows98

2004-02-12 Thread Sh A Guru Prasad
We have installed beta version of postgres 7.2.1 on windows98. Initdb went through. while createing c:\>pgsql>creatdb sample following error message is being displayed psql.exe: cound not connect to server: socket error, No decription available (0X274D) is the server running on host lo

[BUGS] substring problem

2003-12-31 Thread Sh A Guru Prasad
select trn_id,substr(hoa_id,1,13) from tbill_master where substr(hoa _id,1,13)='2202031040006'; trn_id |substr +--- 25001203000416 | 2202031040006 25001203000417 | 2202031040006 25001203000418 | 2202031040006 25001203000419 | 2202031040006 250012030

[BUGS] (none)

2003-12-30 Thread Sh A Guru Prasad
Hi, How to convert number format (with decimal) into integer only ex:to conver 100.00 to 100. One more Do we have any code to convert number to words ex: 1234 to one thousand two hundredn and thirty four. (I want to use for indian currency only, i will use crores instead of billions) Thank you

[BUGS] decimal to integer, number to words

2003-12-30 Thread Sh A Guru Prasad
Hi, How to convert number format (with decimal) into integer only ex:to conver 100.00 to 100. One more Do we have any code to convert number to words ex: 1234 to one thousand two hundredn and thirty four. (I want to use for indian currency only, i will use crores instead of billions) Thank you

[BUGS] date validation problem

2003-12-29 Thread Sh A Guru Prasad
sir, in postgresql 7.3.2 when we are trying to query like select to_date('66555','ddmm'); the output is 5559-09-06 it is not validating the day and month and unknown format is the output.. any help regarding this is greatful... thank you ---(end of b

[BUGS] pg_connect() problem

2003-12-22 Thread Sh A Guru Prasad
After upgrading postgres from 7.1 to 7.3.2 PHP 4.0.6 was working fine but after upgrading PHP from 4.0.6 to 4.3.2 version it was unable to connect to database as pg_connect() was not working. bye guru ---(end of broadcast)--- TIP 8: explai

[BUGS] installation problem

2003-12-08 Thread Sh A Guru Prasad
I am finding it difficult to install postgresql7.3.2 on linux advanced server. Repeatedly its asking for some or other files. Please let me know the exact procedure and what are the dependency files required for the same. bye guruprasad ---(end of broadcast)--

[BUGS] Regarding Bug

2002-11-26 Thread Prasad, Pati
Hello I am pati presently working iin research oraganisation(Fraunhofer),Germany.Recently i ahve deployed a web application connecting to the database postgre sql. When i am connecting to the database i am getting the error of postgresql.stream.flush and postgresql.stream.io some times. please let

[BUGS] Polymorphism in the PostgreSQL object model

2001-07-10 Thread Ganesh Prasad
* 0.25; end; ' language 'plpgsql'; test1.sql: -- /* Calculate tax for all employees. */ select getTax( t_employee ) from t_employee; test2.sql: -- /* The "method" for managers has to be explicitly called. The "method" defined for manager

RE: [BUGS] Inheritance of functions shows unexpected behaviour

2001-05-03 Thread Ganesh Prasad
Thank you. I hope the fix will implement polymorphism also, i.e., if a superclass and subclass define an identically-named function, then calling the function on all records of the superclass should transparently call the subclass's function for the records corresponding to the subclass. Regard