Re: [GENERAL] os.h

2000-09-16 Thread John McKown
On Sun, 17 Sep 2000, Horst Herb wrote: > Where is the misterious "os.h" located that is required when I try to >use libpq++ ??? It is not included in the 7.02 packages (neither source >nor binary packages). There are no problems / error messages when using >just libpq. > > The other misteri

Re: [GENERAL] os.h

2000-09-16 Thread Yury Don
Horst Herb wrote: > > Where is the misterious "os.h" located that is required when I try to use libpq++ >??? It is not included in the 7.02 packages (neither source nor binary packages). >There are no problems / error messages when using just libpq. > > The other misteriously missing file seem

Re: [GENERAL] Cant create new users or databases

2000-09-16 Thread Tom Lane
AlphaByte <[EMAIL PROTECTED]> writes: > NOTICE: mdopen: couldn't open /var/lib/pgsql/pg_shadow: Permission denied > NOTICE: RelationIdBuildRelation: smgropen(pg_shadow): Permission denied Hmm. What user is the postmaster running as? (Look in ps -aux output if you're not 100% sure.) What are

Re: [GENERAL] CREATE USER and ODBC

2000-09-16 Thread Tom Lane
>> PS. Ive followed this list for a while and... Is PostgreSQL more buggy and >> harder to port to than mySQL, or is it just that Im not subscribed to mySQL >> problem lists. DS. I'm not subscribed to mySQL's lists either, so I won't venture a comparison. But reading a mailing list just naturall

[GENERAL] os.h

2000-09-16 Thread Horst Herb
Where is the misterious "os.h" located that is required when I try to use libpq++ ??? It is not included in the 7.02 packages (neither source nor binary packages). There are no problems / error messages when using just libpq. The other misteriously missing file seems to be "Makefile.global" wh

Re: [GENERAL] Cant create new users or databases

2000-09-16 Thread John McKown
On Sat, 16 Sep 2000, AlphaByte wrote: > Can someone point out to me what I am doing wrong here? I > can't seem to find this in the documentation anywhere. > > [root@alphabyte abyte]# createuser abyte > Shall the new user be allowed to create databases? (y/n) y > Shall the new user be allowed to

[GENERAL] Cant create new users or databases

2000-09-16 Thread AlphaByte
Can someone point out to me what I am doing wrong here? I can't seem to find this in the documentation anywhere. [root@alphabyte abyte]# createuser abyte Shall the new user be allowed to create databases? (y/n) y Shall the new user be allowed to create more new users? (y/n) y NOTICE: mdopen: cou

[GENERAL]

2000-09-16 Thread Enrico Comini
Hi, Scuse me for the  OT. I'm interesting to obtain an effect like with ALT= in the image tag, but in a link like link There is a solution in Javascript ? Thanks, Enrico

Re: [GENERAL] CREATE USER and ODBC

2000-09-16 Thread Jan Wieck
Jarmo Paavilainen wrote: > Hi, > > Sorry if this has allready been sent, but Ive not received it from the list. > > I seem not to able to create a user through ODBC (through MFC classes). > > What I use is "CDatabase::ExecuteSQL( "CREATE USER jarmo WITH PASSWORD > 'myPass'" );" > > PostgreSQL comp

[GENERAL] CREATE USER and ODBC

2000-09-16 Thread Jarmo Paavilainen
Hi, Sorry if this has allready been sent, but Ive not received it from the list. I seem not to able to create a user through ODBC (through MFC classes). What I use is "CDatabase::ExecuteSQL( "CREATE USER jarmo WITH PASSWORD 'myPass'" );" PostgreSQL complains that it can not create users inside