| Thread | Last Post | Replies |
|
| Linux partitions and Postgres | 31 Jul 2003 16:43 GMT | 1 |
I am in the unique situation of designing a new Red Hat 9 server to run a Postgres database in a small company. The database that is being converted is currently 30 MB. There will be 20 users maximum.
|
| cross join oddity? | 29 Jul 2003 22:01 GMT | 3 |
I've hit a situation where I'm getting an unexpected set of results from a cross join that I've narrowed down to a table alias. If I do (a has 4 rows, b has 1 row)
|
| Enable MB *after* install | 29 Jul 2003 21:58 GMT | 1 |
Hi All - is there a way to enable multibyte encoding after I have already installed Postgres on Linux ? I need to be able to accept French characters. Thanks, Sylvie.
|
| Does REINDEX TABLE lock the table? | 26 Jul 2003 01:40 GMT | 2 |
I apologize if this is a RTFM question, but I have not been able to find a definitive answer elsewhere. Does a "REINDEX TABLE" lock the table while it is working? Can applications write data to the table during the REINDEX?
|
| Postgresql 7.3: select | 25 Jul 2003 11:32 GMT | 3 |
I've used Postgresql 7.2 for a long time with php. Now I'll to upgrade to Postgresql 7.3 but I have a great problem with the query like: select * from tab where id=''
|
| Exporting a PostGreSql database | 23 Jul 2003 07:31 GMT | 1 |
is there a way , other than using EMS PostGreSql Extract to export a PostGreSql datatbase ( table structures,data , functions , triggers etc... )
|
| Row Lock? Who? | 22 Jul 2003 17:04 GMT | 1 |
If a row of data has been locked FOR UPDATE, how can one determine WHO has it locked?
 Signature Hal Davison
|
| PostgreSQL Alias Name Length | 22 Jul 2003 16:53 GMT | 1 |
Hi... I am currently working on a Java-based product that is backed by PostgreSQL (among other databases). I have noticed that PostgreSQL appears to truncate column alias names
|
| Timeout for lock table | 21 Jul 2003 20:58 GMT | 1 |
I begin a transaction. I then execute a SQL command "SELECT FOR UPDATE" to lock some records on the first session. Besides, I also lock some rows using the same method on the second session. Is it possible to return an error message to indicate that some records were locked by ...
|
| Can I install postgresql on Slackware linux?? | 19 Jul 2003 17:18 GMT | 1 |
Can I install Posgresql on slackware linux? This package doesn't include with slackware. I have visited on postgresql website, but it only for Red Hat linux. Where can I get postgresql for Slack?
|
| Table partitioning and Rules | 17 Jul 2003 22:41 GMT | 1 |
I have a set of tables partitioned horizontally. DML below. I have also created a view that will allow me to display information stored in all partitioned tables. Im trying to create an INSERT RULE on the VIEW that would direct an insert
|
| recompiling with JDBC | 16 Jul 2003 23:29 GMT | 1 |
I have a postgres installation on RH8. I want to connect to this using JDBC. I've installed the driver in /usr/local/pgsql/share/java and set CLASSPATH. I think the default configure option does not enable the JDBC interface so
|
| Postgres Performance -- page size | 15 Jul 2003 23:55 GMT | 1 |
I am trying to tuning up the performance of PSQL. I have tried changing the cache size. I found that the default page size if 8k, I am just wondering has any one know, if page size if biger the better or smaller the better, what is a good number of page size? My OS is
|
| Forcing a query plan | 10 Jul 2003 21:00 GMT | 1 |
I have a number of very common queries that the optimizer plans a very inefficient plan for. I am using postgres 7.2.3. I vacuum hourly. I'm wondering what I can do to make the queries faster. Here are the relevant tables: create table image( imageid integer not null, /* The ...
|
| Synchronising multiple common fields among tables | 10 Jul 2003 20:39 GMT | 1 |
(I apologise if this is the wrong list, I haven't posted to a postgresql.org mailing list before, general seemed like a good catch-all) I am trying to implement a centralised authentication system
|