Frequently Asked Questions
From PostgreSQL wiki
(Difference between revisions)
(→Other FAQs: Drop Slow Counting reference; it's now in the main FAQ.) |
(→Other FAQs: Add list of test frameworks) |
||
| Line 23: | Line 23: | ||
* [[Hint Bits|Why am I seeing plenty of database writes on my read-only query?]] | * [[Hint Bits|Why am I seeing plenty of database writes on my read-only query?]] | ||
* [[GUI Database Design Tools|What GUI database design tools are available?]] | * [[GUI Database Design Tools|What GUI database design tools are available?]] | ||
| + | * [[Test Frameworks|What test frameworks exist?]] | ||
* [[Alter column position|How do I change the order of columns in a table?]] | * [[Alter column position|How do I change the order of columns in a table?]] | ||
* [[Priorities|How can I limit what resources a query or user uses?]] | * [[Priorities|How can I limit what resources a query or user uses?]] | ||
Latest revision as of 03:03, 15 November 2012
Contents |
Official FAQs
The official FAQs are in the process of being migrated to the wiki. For those not listed on this page, see Official FAQs on the website.
General FAQs
Platform FAQs
Other FAQs
- Why can't I connect to the database from a remote system?
- How do I fix incorrect sequences?
- How can I make a statement faster?
- How do I figure out why some statements are executing slowly?
- What has changed in recent PostgreSQL versions?
- How can admin tasks login to the database without a password?
- Why am I seeing plenty of database writes on my read-only query?
- What GUI database design tools are available?
- What test frameworks exist?
- How do I change the order of columns in a table?
- How can I limit what resources a query or user uses?
Asking questions
Please read the Guide to reporting problems before posting a question not answered in the FAQ. You're more likely to get a better answer, sooner.
