Re: [GENERAL] Strange pg_hba.conf error (repost)

2004-08-12 Thread Karam Chand
rds, Karam --- Tom Lane <[EMAIL PROTECTED]> wrote: > Karam Chand <[EMAIL PROTECTED]> writes: > > createuser, createdb etc. all giving the same > error: > > > No entry defined in pg_hba.conf for localhost, > user > > jor, database template1. > >

[GENERAL] SQLyog for PostgreSQL has been released

2004-06-30 Thread Karam Chand
Hello, As a MySQL and PostgreSQL developer, I had been using SQLyog for long for my MySQL work. Now they have released it for PostgreSQL also. Check their post at: http://www.webyog.com/forums/index.php?s=3d509372b5d4a724c38ab8704da7a708&act=ST&f=2&t=472&st=0&#entry3219 Hope it helps to all the

Re: [GENERAL] Index Information

2004-06-08 Thread Karam Chand
Sorry... the function is pg_get_indexdef and i found the docs for it. Thanks . Karam --- Tom Lane <[EMAIL PROTECTED]> wrote: > Karam Chand <[EMAIL PROTECTED]> writes: > > How do I display the field(s) used to create an > index, > > The pg_get_index_d

Re: [GENERAL] Cant use Win32 API() ( SORRY .. WRONG LIST )

2004-03-08 Thread Karam Chand
Ooooppss.. I am extremely sorry. I took up the wrong mailing address from my address book. It should have been posted to wxWindows mailing list. Regards Karam --- Karam Chand <[EMAIL PROTECTED]> wrote: > Hello, > > I want to implement HAND_CURSOR for my app so I

[GENERAL] Cant use Win32 API()

2004-03-08 Thread Karam Chand
Hello, I want to implement HAND_CURSOR for my app so I have ot ifdef SetCursor() and load it accordingly in my windows app. Here is the code I am using: #ifdef _WIN32 m_HandCursor= wxCursor ( wxCURSOR_HAND ); #else m_HandCursor=

Re: [GENERAL] List of reserved keywords and function names in PostgreSQL

2004-03-01 Thread Karam Chand
Hey Thanks for the pointer. In MySQL ( which I had been using for a long time )...YEAR comes under miscellenous function..like date etc. and keywords are given as select, group etc. What about PostgrSQL? Regards Karam --- Mike Mascari <[EMAIL PROTECTED]> wrote: > Karam Ch

[GENERAL] List of reserved keywords and function names in PostgreSQL

2004-03-01 Thread Karam Chand
Hello Is there any documentation that lists all the PostgreSQL reserved words and function names? Just dont want to create object names with those words? Karam __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools ---

[GENERAL] Different version of PostgreSQL on same machine?

2004-03-01 Thread Karam Chand
Hello In my development area I want to install and run various versions of Postgresql on the same machine (sorrybut acute shortage of hardware) listening on different port. Is it possible? Any help... Laram __ Do you Yahoo!? Get better spam protection with Y

Re: [GENERAL] Windows Library for libpq

2004-02-27 Thread Karam Chand
Thanks. --- Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Shachar Shemesh wrote: > > > Karam Chand wrote: > > > >> Hello > >> > >> I have read the docs.you need to install > PostgrSQL > >> using cygwin etc. I am not in a po

Re: [GENERAL] Windows Library for libpq

2004-02-26 Thread Karam Chand
Thanks. Well this decision is taken by manager not me :) Anyway, our product is cross platform version so I have to compile it in Window...I need the Windows library.. Karam --- Shridhar Daithankar <[EMAIL PROTECTED]> wrote: > Karam Chand wrote: > > > Hello > >

[GENERAL] Windows Library for libpq

2004-02-26 Thread Karam Chand
Hello Thanks for all the reponses yesterday for my queries regarding moving from MySQL to PgSQL. As I see there is no native port of POstgresql for Windows. My applications is being developed in Windows primarily due to better editors. We are using wxWindows cross platform toolkit to develop the

[GENERAL] Where do I get Windows libpq and header files?

2003-12-23 Thread Karam Chand
Hello I have postgresql latest version running on RH 9. I want to write a windows based application to interact with postgresql server. For that I plan to use libpq i.e. using C. I can work with the linux version but try as I might I am not able to locate a source for compiled ( static ) version