| Thread | Last Post | Replies |
|
| Does INSERT inserts always at the end ? | 31 May 2004 23:05 GMT | 5 |
well, almost everything is in the subject ! I have to fill 2 tables (more complicated than in the example !): CREATE TABLE A ( id serial primary key,
|
| BUG #1159: server closed the connection unexpectedly | 31 May 2004 17:55 GMT | 1 |
The following bug has been logged online: Bug reference: 1159 Logged by: Ilya S. Slyzhnyak Email address: ilya@odt.east.telecom.kz
|
| CVS tip compiler error with --enable-thread-safety | 31 May 2004 17:20 GMT | 3 |
Platform Slackware linux 9.1/ Linux 2.6.4 I did a make distclean and ./configure --enable-thread-safety. The build aborted with following error messages make[4]: Leaving directory `/home/shridhar/postgresql/pgsql/src/port'
|
| yet another contrib module | 31 May 2004 16:34 GMT | 6 |
June 1 is pretty close now, so I'm asking about yet another contrib module, pg_trgm which is rather mature and quite useful. Is't worth to put it into 7.5 contrib ? trgm - Trigram matching for PostgreSQL
|
| pg_dump and errors | 31 May 2004 16:12 GMT | 1 |
Im getting strange errors when restoring data from pg_dump files: ERROR: duplicate key violates unique constraint "products_pkey" CONTEXT: COPY products, line 1: "98 Super Pak Ruby játék J-0001 1502450E Szuper Pokémon ajándékcso.. ...
|
| how do i log events for postgresql 7.0.3 | 31 May 2004 13:24 GMT | 2 |
i have RH7.1 box with postgres 7.0.3. i searched the internet for above mentioned subject in vain. now i'm totally confused about postgres.conf (i'm not able to find in my installation) and pg_options. cud anybody let me know how do i setup logging of postgres. thanks in advance.
|
| [admin]@postgresql.org pg_database contents ... what happens | 31 May 2004 12:11 GMT | 2 |
If I connect to any database with psql I can see all the other databases in table pg_database under postgresql 7.2 What happens if I delete all the rows from this table.
|
| passing new/old record in pl/pgsql trigger functions to other functions | 31 May 2004 08:53 GMT | 2 |
In Postgresql version 7.4.1 How does one pass new/old record in a pl/pgsql trigger function to other functions? I tried to pass it directly but the select/perform statement caused an error saying "NEW used in query that is not in a rule". I've tried 'rename' in the declare
|
| BUG #1158: tsearch2 trigger crashes machine | 31 May 2004 07:06 GMT | 2 |
The following bug has been logged online: Bug reference: 1158 Logged by: Werner Bohl Email address: wbohl@deepdata.com
|
| v3 protocol & string encoding | 31 May 2004 06:10 GMT | 4 |
Couple of quick protocol questions: 1) What encoding is used for strings sent and received during the startup phase? I can set client_encoding to a known value as a parameter in the startup packet, but the protocol spec doesn't appear to say how
|
| Can't restore from pg_dump. Authentication failed | 31 May 2004 05:24 GMT | 2 |
Frankly I don't know what should I do more. The problem is: I've made a pg_dump from shell like that: pg_dump -Upostgres -O -D -Fc --file=baza.sql Copied the file to new server and from shell executed:
|
| What does error code PGSQL_TUPLES_OK (2) actually mean? | 31 May 2004 01:31 GMT | 1 |
I have ported a PHP MySQL app to PostgreSQL, and a pg_send_query() call is returning error code 2 (PGSQL_TUPLES_OK). Unfortunately the PHP manual lists the error codes but doesn't indicate what they mean, and pg_result_error() returns a blank message.
|
| constraints and performance | 30 May 2004 23:40 GMT | 3 |
Do constraints effect performance significantly? Thanks Jodi
|
| multi results with functions | 30 May 2004 23:13 GMT | 1 |
Im trying to make a stored procedure that returns * from at table, and returns multible rows. Can you do that, and how? basically I would like to do: create or replace function test () returns record as '
|
| Use arrays to store multilanguage texts | 30 May 2004 19:02 GMT | 5 |
I am wondering, if it's effective to use text arrays to store multilanguage information. We used to do it like this: CREATE TABLE product (
|