473,574 Members | 3,157 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PostgreSQL Database Forum

PostgreSQL ORDBMS database - Ask questions about PostgreSQL development, administration replication, clustering, connection pooling, tables, indexes, databases, performance, SQL, queries and more.
1
5,152
thread by: Amin Schoeib | last post Nov 11 '05 by: Shridhar Daithankar
Hi, When I Try to write Functions I always become the error That the language plpgsql doesn't exist. I tried it this way: createlang plpgsql template1 createlang -l template1 Procedural languages Name | Trusted? ---------+----------
0
1,226
thread by: Amin Schoeib | last post Nov 11 '05 by: Amin Schoeib
Hi, I am a Postgres newbie who worked until now with Oracle. Now I want to know if it is possible (when yes the how?) in Postgresql To set dynamically the Localization? For example in Oracle you can set the Localization for dates like this Alter session set NLS_DATE_LANGUAGE=American NLS_TERRITORY=America This example would set the...
3
1,514
thread by: Martijn van Oosterhout | last post Nov 11 '05 by: Martijn van Oosterhout
Hi, Does anyone have any packages for 7.3.4 for debian woody? Thanks in advance, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > "All that is needed for the forces of evil to triumph is for enough good > men to do nothing." - Edmond Burke > "The penalty good people pay for not being interested in politics...
1
2,728
thread by: Nigel J. Andrews | last post Nov 11 '05 by: Nigel J. Andrews
The subject says it really. Is there a way to query the value of $libdir, and I don't mean the dynamic_library_path GUC? I ask because, I have scripts to create databases and I've come to make adjustments to load tsearch2. Now contrib/tsearch2 installs itself into $libdir with tsearch2.sql installed as $libdir/contrib/tsearch2.sql. So my...
9
6,135
thread by: Chris Bowlby | last post Nov 11 '05 by: Ron Johnson
Hi All, I've noticed that in the pg_type system table, there is a data type called "name", would that represent the definition of the table name space, including the max length a talbe name space could be? If so where would I find the same definition for the max name space for a sequence, or index... -- Chris Bowlby <excalibur@hub.org>
3
1,918
thread by: Jeffrey Melloy | last post Nov 11 '05 by: Jeffrey Melloy
I'm having a problem with the backend occasionally crashing. I have interfaces with the database in two different applications -- a web viewer using JDBC and an insertion routine written using the c libraries. It makes fairly heavy use of the tsearch protocol. (I haven't been able to figure out anything repetitious, it happens at...
0
1,148
thread by: Jenny - | last post Nov 11 '05 by: Jenny -
I understand that ObjID of LOCKtag recognizes each individual row locked by a row level lock. BUt i have noticed that if i lock 2 different rows of the same table they have the same blkno. is this deduction ok? thanks jenny _________________________________________________________________ Get MSN 8 and help protect your children with...
2
3,655
thread by: Greg Stark | last post Nov 11 '05 by: Greg Stark
I find I often want to be able to do joins against views where the view are aggregates on a column that has an index. Ie, something like SELECT a.*, v.n FROM a JOIN (select a_id,count(*) as n group by a_id) as v USING (a_id) where there's an index on b.a_id. assume there are other tables being joined so I can't just move the aggregate to...
3
1,437
thread by: Joost Kremers | last post Nov 11 '05 by: Jacob Hanson
hi all, i am planning to build a database (a dictionary in fact) that i will eventually want to distribute on a cd (or downloadable iso). what i would like to know is if this is technically possible with postgresql. and how exactly would it be done? would i have to make postgresql run off the cd, or should it first be installed to the hard...
5
2,415
thread by: Alex | last post Nov 11 '05 by: Dennis Gearon
Hi, I have tables that have default records that must not be deleted or modified. Is there an easy way to do this. Like setting a trigger on the Primary key value ? Alex
1
1,538
thread by: Amin Schoeib | last post Nov 11 '05 by: Tom Lane
Hi, I have a problem with permissions for SELECT. Here is what I did: test=> GRANT SELECT ON "poi"."fondsstamm" TO "flex"; GRANT test=> \dp fondsstamm; Access privileges for database "test"
1
13,757
thread by: Amin Schoeib | last post Nov 11 '05 by: Pavel Stehule
Hi, I would like to know if there is a Function in Postgres Like the add_months Function in Oracle?? Thanxx Schoeib 4Tek Gesellschaft für angewandte Informationstechnologien mbH Schoeib Amin
1
2,399
thread by: Alessandro GARDICH | last post Nov 11 '05 by: Jason Godden
Hi to all ... I'm looking to a way to auto update some fields of a row when other fileds are updated. the table structure are simple, CREATE TABLE param ( id int4 PRIMARY KEY, val int4,
2
1,298
thread by: Sephiroth | last post Nov 11 '05 by: Sephiroth
After install PostgreSQL 7.3.4, I got a 7.3.3 version no? $ psql template1 Welcome to psql 7.3.3, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit
1
2,260
thread by: Christian Traber | last post Nov 11 '05 by: expect
Hi, I'm really happy to see that pgadmin3 will run on Linux! I tried to build it on Gentoo but got errors. Was anybody of you able to build it for Gentoo or will there be an emerge file? Regards, Christian
2
2,784
thread by: Martin Marques | last post Nov 11 '05 by: Gil
Is there a possibility to export Btrieve DB files into postgres ?? Any links with information on the respect? -- 10:17:02 up 8 days, 2:07, 4 users, load average: 1.83, 1.13, 0.84 ----------------------------------------------------------------- Martín Marqués | mmarques@unl.edu.ar Programador, Administrador,...
1
1,443
thread by: CSN | last post Nov 11 '05 by: Peter Eisentraut
Is there a way to sort results as follows? Acme The Acme Company Beer A Boat Company Boats Cars ....
4
3,638
thread by: Josué Maldonado | last post Nov 11 '05 by: darren
Hello list, First of all, excuse me if this is not the right place to ask my question. Is there a way in postgresql to loop to all the fields of a given table and compare the OLD and NEW value for each field. I need to make an audit table that must contain only the fields changed after and insert/update. Thanks in advance
0
416
thread by: Josué Maldonado | last post Nov 11 '05 by: Josué Maldonado
Hello list, First of all, excuse me if this is not the right site to ask my question. Is there a way in postgresql to loop to all the fields of a given table and compare the OLD and NEW value for each field. I need to make an audit table that must contain only the fields changed after and insert/update. Thanks in advance
1
1,410
thread by: Bruno BAGUETTE | last post Nov 11 '05 by: Bruno BAGUETTE
Hello, Where is the tool to migrate a mysql db to a PostgreSQL db ? The only thing I can find is an empty projet in the Gborg http://gborg.postgresql.org/project/mysql2psql/projdisplay.php Thanks in advance :-) ---------------------------------------
2
1,595
thread by: Weiping He | last post Nov 11 '05 by: Tom Lane
suppose I've got two table: laser_uni=# \d t1 Table "public.t1" Column | Type | Modifiers --------+------+----------- name | text | addr | text | laser_uni=# \d t2
3
583
thread by: Alex | last post Nov 11 '05 by: Alex
Hi, I need to form a query where i can add some columns based on the result. Table A ColA, ColB ---------- 1 A 2 B
2
7,556
thread by: mgarriss | last post Nov 11 '05 by: Bruce Momjian
Given this table: CREATE TABLE test ( id SERIAL, example TEXT ); An implicit sequence is created as show in this message: NOTICE: CREATE TABLE will create implicit sequence 'test_id_seq' for SERIAL column 'test.id' How do I retrieve the last 'id' that was inserted? I have a process
7
4,553
thread by: Alex | last post Nov 11 '05 by: Alex
Hi, I have some problems with creating a query that will replace values in one table from another one. Table 1: userName : refCode1 : refCode2 ------------------------------ alex : 12 : 24
2
1,405
thread by: Greg Stark | last post Nov 11 '05 by: Alvaro Herrera
Hm, here's a query where the optimizer is choosing the wrong plan by far. I think it boils down to it guessing wrong on how selective an rtree index is, which I guess would be hard to predict. Except if it guesses wrong by assuming it isn't selective it would be maybe 50% slower doing lots of index lookups instead of a more efficient full...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.