Typo or convertation error in documentation

From: Nikolay Shaplov <dhyan(at)nataraj(dot)su>
To: pgadmin-support(at)postgresql(dot)org
Subject: Typo or convertation error in documentation
Date: 2015-02-19 11:56:54
Message-ID: 1742992.37MnWYa2VI@lenovo
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On page http://www.pgadmin.org/docs/1.20/editgrid.html
there is a paragraph:

If you want pgAdmin III to write an empty string to the table, you enter the
special string ‘’ (two single quotes) in the field. If you want to write a
string containing solely two single quotes to the table, you need to escape
these quotes, by typing ‘’

As I can guess the last symbols of paragraph should be \'\' or something. But
not ''.

As I can guess it can be a result of convertation error, where \ were lost for
some reason.

May be it is not so difficult to fix it. So I do report it.

Browse pgadmin-support by date

  From Date Subject
Next Message mpiaser 2015-02-19 15:30:26 How do I edit a Composite Type for Postgres in pgAdmin
Previous Message Robins Tharakan 2015-02-19 03:36:50 Re: Stored procedure and transactions