Re: [GENERAL] Connecting website with SQL-database.....

2000-04-17 Thread Manuel Lemos
tgreSQL, example schemas and installation scripts, user manual and tutorial documents. http://phpclasses.UpperDesign.com/browse.html/package/20 Enjoy, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL

Re: [GENERAL] foriegn key...

2000-04-12 Thread Manuel Cabido
Better try to install PostgreSQL version 7 and experiment on referential integrity... -- Manny C. Cabido e-mail:[EMAIL PROTECTED]

Re: [GENERAL] Web-based PSQL?

2000-04-05 Thread Manuel Lemos
nd a tutorial document to get you started quickly with Metabase and well all the drivers and other package classes. Enjoy, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e

[GENERAL] Functions in postgres

2000-04-05 Thread Victor Manuel Jaquez Leal
Hi! I know that with \df you can see the functions available in postgres, but there must be others not documented just like getpgusername(). My question is if are there a more complete list of postgres' functions. To be more specific I'm looking for a crypt function. BTW How do I implement a

Re: [GENERAL] RE: postgresql and web transactions

2000-02-18 Thread Manuel Lemos
time, you'd better find other solutions besides transactions. For instance if you want to hold on a ticket reservation for a client before he decides to purchase it, you should not use transactions to lock the reservation. Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at:

[GENERAL] Re: pgsql-general-digest V1 #638

2000-02-13 Thread Manuel Cabido
Sir: I would like to know the detailed steps in installing PHP4. I downloaded php-4.0b3 but i experienced difficulties in installing it. After I installed it, my php script dont show up in the browser. Thanks... Manny C. Cabido =

[GENERAL] Re: pgsql-general-digest V1 #614

2000-01-24 Thread Manuel Cabido
Sir, I encountered a problem when my postgres 6.5.3 stop running. I attempted to run the postmaster but an error was displayed on my screen which goes like this: [root@hindang bin]# /etc/rc.d/init.d/postgresql restart Stopping postgresql service: [FAILED] C

[GENERAL] Can't I create indexes on BOOL columns?

1999-12-13 Thread Manuel Lemos
x27;)\g CREATE template1=> CREATE INDEX users_notify ON users (notify_any,notify_new)\g ERROR: Can't find a default operator class for type 16 However, if I change the BOOL type to CHAR (1) it works. Is this a bug? A configuration problem? What? Regards, Manuel Lemos Web Programming Components

[GENERAL] Re: pgsql-general-digest V1 #550

1999-12-01 Thread Manuel Cabido
Sir: I working on an application that needs to access the postgresql database using a web page. Java was suggested to me as a very good platform. Can anyone give me some ideas where i can obtain some components like the database components available to delphi or visual basic which i can use in

[GENERAL] Problem with C functions ?

1999-11-11 Thread Manuel Weindorf
55)]'); select lseg_azimuth(geometry) from xxx; will return: NOTICE: ori = 100.000 lseg_azimuth 4148.675 (1 row) But that's obviously not what it should be ... Maybe you have any suggestions ? many thanks Manuel -- Manuel Weindorf ([EMAIL PROTECTED]) Institut fuer

[GENERAL] Re: pgsql-general-digest V1 #523

1999-11-10 Thread Manuel Cabido
Sir: I installed postgresql version 6.5.3 on my linux box using red hat linux 6.0 for i386. I want to connect to my postgres backend using borland database engine through postgres odbc driver which i already installed. I encountered problem connecting my frontend application to my postgres back

[GENERAL] Build without generating shared libraries

1999-07-29 Thread Manuel Lemos
Hello, Is it possible to build PostgreSQL without generating to shared libraries? If so, how? If not, are there any plans to support that as a configure option? Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED

[GENERAL] PostgreSQL EndTransactionBlock and not inprogress/abort state

1999-03-14 Thread Manuel Lemos
abort state Anybody experienced anything like this with PostgreSQL 6.4.2? Regards, Manuel Lemos E-mail: [EMAIL PROTECTED] URL: http://www.e-na.net/the_author.html PGP key: finger:[EMAIL PROTECTED] --

[GENERAL] Negating the list of selected rows of a join

1999-03-14 Thread Manuel Lemos
works the way I want all the time, even for the case when table_b is empty? Regards, Manuel Lemos E-mail: [EMAIL PROTECTED] URL: http://www.e-na.net/the_author.html PGP key: finger:[EMAIL PROTECTED] --

[GENERAL] Problem with C functions ?

1999-01-16 Thread Manuel Weindorf
55)]'); select lseg_azimuth(geometry) from xxx; will return: NOTICE: ori = 100.000 lseg_azimuth 4148.675 (1 row) But that's obviously not what it should be ... Maybe you have any suggestions ? many thanks Manuel -- Manuel Weindorf ([EMAIL PROTECTED]) Institut fuer

[GENERAL] Problem with C functions ?

1999-01-16 Thread Manuel Weindorf
55)]'); select lseg_azimuth(geometry) from xxx; will return: NOTICE: ori = 100.000 lseg_azimuth 4148.675 (1 row) But that's obviously not what it should be ... Maybe you have any suggestions ? many thanks Manuel -- Manuel Weindorf ([EMAIL PROTECTED]) Institut fuer

<    1   2