The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/sql-copy.html
Description:
> psql --version ;
psql (PostgreSQL) 11.2
> initdb --version ;
initdb (PostgreSQL) 11.2
The boolean parameter is not allowed in the statement:
# COPY table_nam
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/sql-copy.html
Description:
> psql --version ;
psql (PostgreSQL) 11.2
> initdb --version ;
initdb (PostgreSQL) 11.2
# \h copy
Command: COPY
Description: copy data between a file and a
Hello Bruce,
> How do you like the attached patch, which clarifies this?
>>in which case a missing parameter returns
>>! NULL.
not always. It can be NULL or empty string. It depends if the current
session is new or after finished transaction which makes 'local' changes
to setting
Take into
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/11/install-procedure.html
Description:
If we configure build with a different prefix than the default, "make
uninstall" doesn't work. Example if i run configure as below.
1) ./configure --pr
On Fri, Feb 22, 2019 at 11:43:54AM +0200, Eugen Konkov wrote:
> Hello Bruce,
>
> > How do you like the attached patch, which clarifies this?
>
> >>in which case a missing parameter returns
> >>! NULL.
>
> not always. It can be NULL or empty string. It depends if the current
> session is new