Tagged Questions

0
votes
4answers
40 views

Copy data from Postgresql to MySQL

Hi all, I have encountered a problem where I need to copy only data from a Postgresql database to Mysql database. I already have the Mysql database with empty tables. By using P …
0
votes
1answer
20 views

Altering Oracle sequence using result of expression

I have two variables MAX_TABLE_ID INTEGER; NEXT_TABLE_ID INTEGER; I'm reading values into these and then trying to alter a sequence based on them EXECUTE IMMEDIATE 'ALTER SEQ …
0
votes
1answer
46 views

Making Postgres accessible in Firefox by Psql

How can you make Postgres accessible in Firefox, in installing MediaWiki? I get the error "No database connection" because Firefox cannot have a database connection. I can have d …
0
votes
1answer
36 views

Postgres serialization error without serializable transactions.

I got this error: ERROR: could not serialize access due to concurrent update But I'm not using serializable transaction isolation. Is that possible without setting the default is …
1
vote
1answer
33 views

Detecting errors to decide whether to rollback or commit

I'm trying to be as lazy as possible by generating a series of SQL commands in a file to feed to psql for processing. In a nutshell, I'm loading a series of import tables from outs …
0
votes
1answer
41 views

How to find child tables that inherit from another table in PSQL

In PSQL, is there a good way of finding all the tables that inherit from another table? Ideally, I could get the data from a SQL query, but at this point, I'd be happy with any re …
0
votes
1answer
75 views

How do I move a Pervasive PSLQ database between servers

What is the easiest way to move a Pervasive PSQL database between two servers. I can stop the database engines if necessary.
1
vote
3answers
68 views

Oracle string replacement

I have a column in my oracle database which due reasons beyond my control contains a CSV string e.g. Item a,Item b,Item c,Item d I want to run an UPDATE statement to get rid of i …
0
votes
1answer
49 views

Postgresql restore Error at or near “`”

Hi, I have 800mb backup postgresql db, i even had hardtime to open the file because not enough memory. I tried to restore the file, but i receive this error while restoring, does …
1
vote
1answer
230 views

Using parameterized SQL with LIKE in WHERE clause (Pervasive SQL)

Hi all, I have a Pervasive database that I connect to using C++. All my queries so far is parameterized, i.e "SELECT USER.NAME FROM USER WHERE USER.ID = ?", and that works fine. …
0
votes
3answers
553 views

How Do I Backup My PostgreSQL Database with Cron?

I can run commands like vacuumdb, pg_dump, and psql just fine in a script if I preface them like so: /usr/bin/sudo -u postgres /usr/bin/pg_dump -Fc mydatabase > /opt/postgresql …
1
vote
3answers
2k views

PostgreSQL return setof record ( virtual table )

Hi, i need a postgres function to return a virtual table ( like in oracle ) with custom content. The table would have 3 columns and an unknown amounts of rows.. i just couldn't f …
1
vote
2answers
125 views

Is there a good reference card that compares T-SQL and PL/SQL side-by-side?

I'm looking for a good reference card / cheat sheet that compares T-SQL and PL/SQL data manipulation language commands side-by-side. I've previously searched SO but there isn't an …
2
votes
1answer
107 views

Determining the start and end range of bytes changed in a file

I'm working on a little experimental utility to use within our company that indexes notes stored in our custom CRM software for full-text searching. These notes are stored in a Btr …
0
votes
2answers
100 views

Why is psql inserting a tilde when I press any of the keys in the Home key cluster?

I'm using psql 8.2.3 on FreeBSD. Every time I press Insert, Home, Delete, End, Page Up or Page Down, a tilde (~) character is inserted instead of performing the expected function …

1 2 next
15 30 50 per page