Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . databases . postgresql
This is a Usenet group - learn more
Find or start a Google Group about postgresql.
Group info
Group categories: Not categorized
More group info »
Active older topics
9 new of 9 - Dec 10 2009
5 new of 5 - Dec 3 2009
1 new of 1 - Dec 1 2009
1 new of 1 - Nov 30 2009
5 new of 5 - Nov 26 2009
3 new of 3 - Nov 25 2009
4 new of 4 - Nov 24 2009
5 new of 5 - Nov 23 2009
3 new of 3 - Nov 22 2009
11 new of 11 - Nov 19 2009
Related Groups
General Discussions about PostgreSQL
Low activity, Usenet
PostgreSQL from an Administrative Perspective
Low activity, Usenet
How to Speed up SQL Queries and the PostgreSQL Server
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 479  Older »
Description: PGSQL Relational Database Management System.
 

Keyword search in spatial database 
  Hi all, i am a master's student. I have to do a keyword search for spatial database. I have the data set of a particular district in India. I have a data model too. Can some one help me through this task. My question is - it is a single word (keyword) search. I have the database schema too. How do i search this keyword through this schema... more »
By Kavita  - 2:26am - 1 new of 1 message    

Permission, select currval(seq) 
  After an insert statement, I need a the members of a user group to get the recently inserted statement's primary key that was created from a sequence, with the currval() function. For example: select currval('subject_subject_id_se q') The table is "subject", the primary key name is "subject_id" and the sequence is "subject_subject_id_seq".... more »
By Ivan K.  - Dec 31 2009 - 7 new of 7 messages    

Listing multiple joins on one row 
  This is not a Postgres specific question. Given two simple tables tracking the marriages between people: ...The simple query: ...will produce multiple rows per person.name, if that particular person has been married multiple times, such as: ...WHAT I WOULD LIKE TO DO, is to collapse the rows of multiple people into one row and have a query result... more »
By Ivan K.  - Dec 22 2009 - 7 new of 7 messages    

implicit index creation on foreign key addition 
  Hi, Is there an option in PG to do it?
By Coniglio Sgabbiato  - Dec 17 2009 - 22 new of 22 messages    

autonomous commit? 
  Can I write a stored procedure which does an automonous commit? I saw something on a website that claimed "you can't get there from here" in postgresSql but then suggested calling an pl/perl routine to do that. Can anyone sort me out on that point? I'm coming from Oracle where autonomous commits have been possible for... more »
By Lee  - Dec 16 2009 - 20 new of 20 messages    

Hash indexes 
  PostgreSQL has hash indexes, very similar to Oracle bitmap indexes. Oracle warns the application designers against using them in the OLTP applications because of the locking. Namely, locking a row would lock all the rows which hash to the same hash value as the original row. My question is whether the same thing applies to the PostgreSQL hash... more »
By Mladen Gogala  - Dec 14 2009 - 2 new of 2 messages    

How to describe functions. 
  I would like to write a single query listing all of the function argument types. I know that I can write a procedure but I would prefer a single query. The problem is that in pg_proc, the column proargtypes is of the type "oidvector", which is another name for an array oid[]. The types are, of course in pg_type table. The problem here is the array handling.... more »
By Mladen Gogala  - Dec 10 2009 - 4 new of 4 messages    

Binding.... 
  Does anybody have an example with spi_prepare, spi_exec_prepared or spi_query_prepared? I managed to get the basic concepts: create function test_pl(varchar) returns setof varchar as $$ my ($job)=@_; my $qry="select ename from emp where job='".$job."'"; my $sth=spi_query($qry); while (my $row=spi_fetchrow($sth)) {... more »
By Mladen Gogala  - Dec 9 2009 - 2 new of 2 messages    

setting the search_path 
  Hello, I have several databases. The objects are stored in the public schema of each database. I would like to move them to different schemas in one single database. In the softwares that use these databases, the sql statements don't mention the schemas. I found out that it should be possible to set the search_path variable... more »
By Tanguy  - Dec 8 2009 - 10 new of 10 messages    

The Encoding problem 
  Hello, today I ran into the "encoding problem". Migrating from Postgres 8 to Postgres 8.3 on a new Debian on another server, psql refused to import my LATIN1 databases, because the server has UTF8 set as locale. As I wanted to migrate to UTF8 with that specific database anyway, I edited my dump and went on with it, of course not after wasting a lot of... more »
By Hadanite Marasek  - Dec 6 2009 - 7 new of 7 messages    

1 - 10 of 479   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google