Hello
> pg_dump -o mydb
> ...
> What it means, and how realy dump database.
To dump:
pg_dump -o mydb > dump_file
To restore:
createdb mydb
psql mydb
Hello.
POSTGRESQL BUG REPORT TEMPLATE
Your name : Gena Gurchonok
Your email address : [EMAIL
POSTGRESQL BUG REPORT TEMPLATE
Your name : Gena Gurchonok
Your email address : [EMAIL
Hello
I've found a strange behavior in query execution:
I have really big table fti_author (>4 000 000 records) and i want to
find ID intersection of ones contain '^clarke' and '^arthur'
I've created 2 methods
1 select all with '^clarke' into temp table
select intersection of ones with '^arth
Hello
> Long Description
> The given code is destilled from a reallife DB. All attempts to define a rule which
>automatically updates the column aenderungsdatum from table mitglieder on updates
>failed. The result was every
> time
> psql:ruleerror:17: ERROR: query rewritten 10 times, may con
POSTGRESQL BUG REPORT TEMPLATE
Your name : Gena Gurchonok
Your email address : [EMAIL PROTECTED