Re: [GENERAL] Type casting text to Numeric - Query Error

2011-08-17 Thread Vikram A
Dear Pavel, Thank you. Now it is not possible to use separate columns. The same works at MYSQL with out casting. But here it is so. We have used CAST and works fine. Thank you vikram From: Pavel Stehule To: Vikram A Cc: PGSQL - Genearal Sent: Wednesday, 17

[GENERAL] Type casting text to Numeric - Query Error

2011-08-17 Thread Vikram A
t can be ZERO while querying. I need answer as 4055. Can i have your suggestion/solutions please? Regards, Vikram A

Re: [GENERAL] ncoding "Table Name" and "Filed Name"

2011-06-18 Thread Vikram A
Hi Mr. David, Thanks for the comment. I understood, its more difficult to mange the schema; when schema itself written in jig jack.  Vikram From: David Johnston To: 'Vikram A' Cc: pgsql-general@postgresql.org Sent: Friday, 17 June 2011 7:00 PM S

[GENERAL] ncoding "Table Name" and "Filed Name"

2011-06-16 Thread Vikram A
dea. Thank you Vikram A

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-15 Thread Vikram A
my decision and about the use of PGP functions. Thank you. Vikram A From: Craig Ringer To: Vikram A Cc: PGSQL - Genearal Sent: Tuesday, 14 June 2011 12:52 PM Subject: Re: [GENERAL] PGP encrypt/decrypt - Prereqistes On 14/06/11 14:29, Vikram A wrote: >

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Vikram A
so once it used. Please give your thoughts on this. Thank you Vikram From: Craig Ringer To: Vikram A Cc: PGSQL - Genearal Sent: Tuesday, 14 June 2011 11:00 AM Subject: Re: [GENERAL] PGP encrypt/decrypt - Prereqistes On 14/06/11 11:51, Vikram A wrote: > D

Re: [GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-13 Thread Vikram A
/decryption.   Any other methods/techniques are there for encryption? I prefer encryption with "key"; key also should not be known to Developers.  Please suggest any such methods.  Thank you in advance. Vikram From: Craig Ringer To: Vikram A Cc: PGSQL - Gene

[GENERAL] PGP encrypt/decrypt - Prereqistes

2011-06-10 Thread Vikram A
Hi there, I am new to postgreSQL. I would like to use encrypt/decrypt using PGP keys on windows. May i know, 1. What should i know before i proceed? 2. Any manual to follow the steps ? Thank you in advance Vikram

Re: [GENERAL] File Handling in pgsql

2010-04-12 Thread Vikram A
edition[5.x]. And if it is bytea - the backup operation is only once, it is not needed to take the files along with DB backup. Thank you very much for the suggestions. Vikram A From: Craig Ringer To: Vikram A Cc: pgsql-general@postgresql.org Sent: Mon, 12

[GENERAL] File Handling in pgsql

2010-04-12 Thread Vikram A
Hi, I would like to store the files(.doc, .xls , images, vedios) in the postgresql data base as a field. Is postgres is supporting such kind of activities? Or In what way i can do so? Please guide me. Thank you in advance, Vikram A