[JDBC] Error Retrieving Date Records

2001-05-12 Thread Bhuvaneswari
hai, I am developing some projects using postgresql-jdbc in RedHat Linux 6.5.2. When I store date fields in a table, it is stored with the correct format I have specified, when we are viewing in psql. But, when it comes with the program using jdbc, date field's format is changed. Eg, table field

[JDBC] Error Retrieving Date Fields from tables

2001-05-12 Thread Bhuvaneswari
hai, I am developing some projects using postgresql-jdbc in RedHat Linux 6.5.2. When I store date fields in a table, it is stored with the correct format I have specified, when we are viewing in psql. But, when it comes with the program using jdbc, date field's format is changed. Eg, table field

[JDBC] Regarding vacuumdb

2001-08-28 Thread Bhuvaneswari
hi, I am getting the following error while doing vacuumdb, ERROR: mdopen: couldn't open test1: No such file or directory vacuumdb: database vacuum failed on db1. Here 'db1' is the database and 'test1' is a table. When, displaying the structure of the table 'test1', it comes correctly. But I

[JDBC] Regarding Vacuumdb

2001-08-30 Thread Bhuvaneswari
hi, I am getting the following error while doing vacuumdb, ERROR: mdopen: couldn't open test1: No such file or directory vacuumdb: database vacuum failed on db1. Here 'db1' is the database and 'test1' is a table. When, displaying the structure of the table 'test1', it comes correctly. But I