[GENERAL] performance problem with loading data

2007-06-09 Thread Sergey Karin
incorrect? Thanks in advance Sergey Karin === code=== === create table ( GID SERIAL not null, GEOM_ORDER INT4n

[GENERAL] pg_catalog.pg_get_serial_sequence() returns NULL

2007-06-26 Thread Sergey Karin
ename*_*colname*_seq; CREATE TABLE *tablename* ( *colname* integer DEFAULT nextval('*tablename*_*colname*_seq') NOT NULL ); Thanks in advance Sergey Karin

[GENERAL] Question about Large Objects

2005-04-12 Thread Sergey Karin
Hi, all   As I understood PostgreSQL allows to store large objects 2GB size maximum. Are there any plans to increase or removing that limitation?   If no, are there any abilities to store 10-20GB raster data (aero foto image) in postgreSQL?   Thanks   Sergey Karin

[GENERAL] problem with bit(n) type

2005-10-12 Thread Sergey Karin
ig problem for me... Is there a way to cast bit(n) to text or varchar? thanks in advance. Sergey Karin PS. I have found that there are some functions: varbit_in() and varbit_out(). But they works with internal type cstring. And I cannot cast cstring to varchar or text.

[GENERAL] [8.1] "drop table" in plpgsql function

2005-11-11 Thread Sergey Karin
n_query varchar; begin select f_is_table_exist(table_name) into tcount; if(tcount > 0) then dyn_query := 'drop table ' || table_name; execute dyn_query; return true; end if; return false; end 'language 'plpgsql'; == pano

[GENERAL] [8.1] "drop table" in plpgsql function

2005-11-13 Thread Sergey Karin
-- Forwarded message -- From: Sergey Karin <[EMAIL PROTECTED]> Date: 11.11.2005 13:59 Subject: [8.1] "drop table" in plpgsql function To: pgsql-general@postgresql.org hi all! I have found a strange error. panorama2=# select version();

[GENERAL] FOREIGN KEY CONSTRAINT AND INHERITANCE

2007-04-25 Thread Sergey Karin
oreign key constraint not only in master table, but also in all tables that inherited the master? Thanks in advance. Sergey Karin

[GENERAL] Please, help! About database cluster and adding to it additional disk space

2006-01-25 Thread Sergey Karin
created cluster additional disk space in new other disk? Similar ability exist in Informix... Thanks in advance for any answers! Sergey Karin

[GENERAL] question about large databases

2006-01-27 Thread Sergey Karin
organisation plans to use GIS based on PostGIS/Postgres. As we think, size of our database can be 50, 100 and more Gb. Thanks in advance! Sergey Karin

[GENERAL] triggers, rules and alter table

2006-02-01 Thread Sergey Karin
vents in 8.1.x version? Sergey Karin

[GENERAL] triggers and SELECT

2006-02-01 Thread Sergey Karin
Hi, List! Are there any plans to realize triggers on SELECT in new versions of PG? Sergey Karin

[GENERAL] NULL values and string

2006-02-02 Thread Sergey Karin
value = NULL\'; else    string_value := \'input_value = \' || num_value; end if; But it is not laconic... Sergey Karin

[GENERAL] change current user in pl/pgsql function

2006-02-06 Thread Sergey Karin
execotion change user to superuser. Sergey Karin

[GENERAL] alter superuser...

2006-02-07 Thread Sergey Karin
Hi, List!I alter user postgres, that was a superuser in my db cluster.  And now it is not a superuser. There are no superusers in my cluster. Yes, I am stupid :)But are there any abilities to restore superuser excluding initdb? Sergey Karin

[GENERAL] PG and Tivoli Data Protection

2006-02-13 Thread Sergey Karin
Hi All!Does anybody use Postgres with storage managers like Tivoli Data Protection? Are there aby abilities for that in PG (I use 8.1)?Sergey Karin.

[GENERAL] How to detect primary key of a table

2006-03-30 Thread Sergey Karin
Hi, List!I use PG8.1Are there any abilities to detect primary key of a table?Sergey Karin

Re: [GENERAL] How to detect primary key of a table

2006-03-30 Thread Sergey Karin
___From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]] On Behalf Of Sergey KarinSent: Thursday, March 30, 2006 1:13 PMTo: pgsql-general@postgresql.orgSubject: [GENERAL] How to detect primary key of a tableHi, List!I use PG8.1Are there any abilities to detect primary key of a table?Sergey Karin