[HACKERS] Operator *=

2001-07-17 Thread Luis Sousa
Hello I know that exists a script file for postgreSQL that have the operator *= and others. Where can I find that script ? Thanks Luis Sousa ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users

Re: [HACKERS] Ocasional problems !!!!

2000-12-20 Thread Luis Sousa
I think i already discovered what's the problem !! At least the problem is not happening again. It was some problems in some triggers that are implementend in the database. Anyway, i appreciatte all the time that you took with my problem Best Regards Luis Sousa Stephan Szabo

Re: [HACKERS] Ocasional problems !!!!

2000-12-18 Thread Luis Sousa
before making the > constraint. I'm working on adding a check for that now. > > Or for that matter, any other rules or triggers could do it. > > On Fri, 15 Dec 2000, Luis Sousa wrote: > > > I just trying to execute a simple query in a table to delete a simpe reco

Re: [HACKERS] Ocasional problems !!!!

2000-12-15 Thread Luis Sousa
I received that message working directly in psql. I already send another email, please see. Regards Luis Sousa Thomas Lockhart wrote: > > But i'm not making any compare. > > I just wrote delete from table; and i receive that message. > > Hmm. We will need to kno

Re: [HACKERS] Ocasional problems !!!!

2000-12-15 Thread Luis Sousa
ipt i receive the message below. The most strange is that i droped the table and i created again, maintaining the structure created with the script and i didn't had any problems !!! Best Regards Luis Sousa Stephan Szabo wrote: > What is the schema of the table involved and what are the quer

[HACKERS] Ocasional problems !!!!

2000-12-14 Thread Luis Sousa
I'm trying to delete all the records or only one record or insert one record in a table but i'm having this message: ERROR: Unable to identify an operator '=' for types 'int4' and 'text' You will have to retype this query using an explicit cast What's this means ??? Thanks Luis Sousa

[HACKERS] Problem when deleting a record from a table

2000-12-13 Thread Luis Sousa
I'm trying to delete all the records or only one record from a table but i'm having this message: ERROR: Unable to identify an operator '=' for types 'int4' and 'text' You will have to retype this query using an explicit cast What's this means ??? Thanks Luis Sousa