473,543 Members | 2,035 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.
0
2,134
thread by: aktivo | last post Feb 11 '08 by: aktivo
pg_dump remove name of schema from default value. i don't know why. how can i solve this problem ? For example: BEFORE PG_DUMP: CREATE TABLE "is8"."tb_kotuce" ( "id_kotuc" CHAR(10) DEFAULT is8.fn_sq_id_kotuc() NOT NULL, ... ...
1
2,275
thread by: nokomis | last post Feb 11 '08 by: rski
I'm new to psql and I am trying to figure out how to find all the songs found in a particular month..any month. I have not one clue how to do this, nor have I found any meaningful examples. I'm hoping someone could at least start me off. I've built my schema as follows: Customer(customerID, customerName, customerPasswd, customerEmail)...
1
7,762
thread by: denniswimer | last post Feb 8 '08 by: rski
I seem to be having issues with the <psql -U postgres -d database1> -c "COPY <tablename> TO STDOUT;" | <psql -U postgres -d database2> -e -c "COPY <tablename> FROM STDIN;" when both databases reside on the same localhost machine. These commands work beautifully when the databases reside on different remote machines. I could find nothing in...
2
1,834
thread by: kooter12000 | last post Feb 6 '08 by: kooter12000
Hi! To you all again. With your help I've succeeded in placing an advanced constraint for entering data in the acct_dept_table (see advanced constraint). I would like to add more constraint in field entries in the dept_table I want to make sure that all the 5 characters in the dept table must be entered and that those 5 characters have to...
8
3,623
thread by: kooter12000 | last post Feb 6 '08 by: kooter12000
Hi! ALL I'm an novice programmer. Been trying to set up a database for an accounting program. What I want to do is have one table that contains the department number and name and another table that contains the account number and name. However I want the last 5 digits of the account number to refer to the department number that would be in the...
1
3,822
thread by: bogie | last post Feb 1 '08 by: rski
Hello I have some problem with psqldump. I need to read some table from my postgresql backup (psqldump file). is there any body can help me, how can i read this psqldump, or is there any way to transfer this file to text file or something so i can read the content of this file. can any body show me which command should i use ?, if there is an...
0
2,317
thread by: yogeshkumararora | last post Jan 31 '08 by: yogeshkumararora
Hi, We need to compare the open souce Databases- MySQL and PostgerSQL based on features as well as on performance. If anyone has done such a comparison, please share your knowledge with us. Thanks, Yogesh
1
15,579
thread by: gouse | last post Jan 31 '08 by: rski
Hi, Can any one tell me how to find "duplicate values exists in columns or table". please reply as early as possible. ThanQ
1
3,694
thread by: kaj28121980 | last post Jan 31 '08 by: kaj28121980
Hi All, I have developed a web application using JBoss and POstgreSql.The application shouls work both in windows as well as in Linux. There is an option of taking database backup and restore database with a previously taken backup file from the browser. In order to restore I have generated a bat/sh file to start the process. In the bat/sh...
0
2,399
thread by: lonelycat | last post Jan 30 '08 by: lonelycat
Hi all: Where can I find detailed information about pl/python? Thanks very much!
1
4,461
thread by: kaywin | last post Jan 30 '08 by: rski
pg_dump: SQL command failed pg_dump: Error message from server: ERROR: relation "pg_user" does not exist pg_dump: The command was: SELECT (SELECT usename FROM pg_user WHERE usesysid = datdba) as dba, pg_encoding_to_char(encoding) as encoding, datpath FROM pg_database WHERE datname = 'dbname' Can anybody suggest to take the backup??
5
4,061
thread by: prajiv | last post Jan 30 '08 by: rski
Hi, Pls guide me in synchronizing data from PostGre to Cache. i.e if we update in one database the other database must automatically get updated.I dont want to use the Tool ,I need the code for it 2 update from Postgre or from cache.
1
7,258
thread by: djdevx | last post Jan 26 '08 by: rski
Dear all PostgreSQL xperts! Hi, I am newbie in PostgreSQL. I am currently developing an app that use PostgreSQL as a BackEnd Database. Now I am having problem with the function trigger since last week. Here's the case: create table nr_tr (tr_type character(3), period character(6), nr_tr integer); create table h_trsale(nr_tr integer,...
0
2,899
thread by: mohammadiz | last post Jan 26 '08 by: mohammadiz
Hi how can I pass a user defined type or array of user defined type to a function? type: CREATE TYPE CARDDATARECTYPE AS (DATANAME VARCHAR(256), DATAVALUE VARCHAR(2048), ISDELETABLE SMALLINT ) By oracle jdbc I do this by following: StructDescriptor cardStruct = StructDescriptor.createDescriptor("CARDDATARECTYPE",stmt.getConnection());
3
3,680
thread by: varathasiva | last post Jan 24 '08 by: rski
Dear All, I have two postgreSQL server one is windows another one is linux.My clients making data entry in windows server this all the data want to replicat in linux postgreSQL server every hour.How i can do this concept in postgreSQL.Pls advice me.Advance thanks to all. Kindly Regards Siva
0
2,283
thread by: vamsa | last post Jan 24 '08 by: vamsa
hi, i want to know how can i transfer the datas from oracle to postgre by using odbc. thanks
0
2,227
thread by: vamsa | last post Jan 24 '08 by: vamsa
hi, i want to know how to transfer data from postgre to oracle,using odbc connection . thanks
3
3,925
thread by: pravinasp | last post Jan 22 '08 by: pravinasp
Could anyone please tell me if it is possible to use prepared statement in postgresql for IN function? if its possible then hows it done? What I want to have would look something like this, prepare my_query as select something from sometable where some_column IN ($1); execute my_query('lookup_value','lookup_value','lookup_value') Please...
2
3,266
thread by: ktrw25 | last post Jan 22 '08 by: ktrw25
Is there a better way to write the statement below with postgre. It works fine, wondering if there might be a way with with only 1 extract. I just need only results returned if they fall on a 10 minute interval. Thanks. SELECT * FROM t1 WHERE EXTRACT(minute FROM timestamp) = 0 OR EXTRACT(minute FROM timestamp) = 10 OR ...
2
3,392
thread by: sarora | last post Jan 22 '08 by: sarora
How to enable i18n in Postgresql database? I changed the executing environment to a Portuguese locale, and initdb to create a database cluster in the Portuguese locale. The command prompt showed 'invalid locale name pt_PT' but still created the cluster in the Portuguese locale. The problem is how to check if the pgAdmin is now in new...
1
2,792
thread by: park40 | last post Jan 21 '08 by: rski
Hi Friends I am having trouble with a function Round.This function returns different values in different scenarios. This is what happens when value was directly passed Query goes as follows * Passing Value directly zint numeric(12,0);
2
15,959
thread by: chris1611 | last post Jan 18 '08 by: chris1611
hi, i started the postgresql client the first time and wanted to execute commands from file and got the following error code: \i x:\file.sql x:: Permission denied i have admin rights, so why? WinVista Business PostgreSQL Version 8.2.6
4
9,413
thread by: zottty | last post Jan 18 '08 by: zottty
Dear Friends, I guess the problem I am prosting right now should be quite trivial, but nevertheless I'm experienced with SQL, this does not stand for PostgreSQL. I have a table with the stucture approx: idorvos | integer | not null default nextval(('idorvos'::text)::regclass) nev | character varying(255) | not null...
1
3,466
thread by: coolminded | last post Jan 18 '08 by: rski
how to disable or enable the constraint of a table i use the script "alter table tbl_name disable constraint const_name" but it shows the error parse error at or near "disable" at character 23
1
11,092
thread by: zafarwkhan | last post Jan 16 '08 by: debasisdas
pls give the procedure to connect from VB.NET to PostgreSQL database

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.