> On Apr 28, 2018, at 5:11 PM, Tom Lane wrote:
>
> "Andy Dossett" writes:
>> The use case is pretty simple; my system has thrown an SQL error code, I
>> want to know what it means.
>> Having the list in 'order by sqlstate' sequence would save me from having to
>> hunt up and down the list. And
Thanks for the clarification.
Maybe CREATE TABLE should be added as it's own line, since it's a distinct
case from the others in that table?
best regards
Alexander Kjäll
Den lör 28 apr. 2018 kl 23:01 skrev Tom Lane :
> =?utf-8?q?PG_Doc_comments_form?= writes:
> > The documentation says:
> > For
On Friday, April 27, 2018, PG Doc comments form
wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/logical-
> replication-publication.html
> Description:
>
> In section 31.1 it says "A publication is a set of changes ge
"Andy Dossett" writes:
> The use case is pretty simple; my system has thrown an SQL error code, I
> want to know what it means.
> Having the list in 'order by sqlstate' sequence would save me from having to
> hunt up and down the list. And I can easily determine if the error code is
> missing; I c
=?utf-8?q?PG_Doc_comments_form?= writes:
> The documentation says:
> For a SELECT or CREATE TABLE AS command, the tag is SELECT rows where rows
> is the number of rows retrieved.
Yeah ...
> But what I get back from the server is this packet:
> 43 00 00 00 11 43 52 45 41 54 45 20 54 41 42
PG Doc comments form wrote:
> The documentation says:
>
> For a SELECT or CREATE TABLE AS command, the tag is SELECT rows where rows
> is the number of rows retrieved.
>
> But what I get back from the server is this packet:
>
> 43 00 00 00 11 43 52 45 41 54 45 20 54 41 42 4c CCREATE
Hi
The use case is pretty simple; my system has thrown an SQL error code, I
want to know what it means.
Having the list in 'order by sqlstate' sequence would save me from having to
hunt up and down the list. And I can easily determine if the error code is
missing; I can then raise another bug re
The following documentation comment has been logged on the website:
Page:
https://www.postgresql.org/docs/10/static/logical-replication-publication.html
Description:
In section 31.1 it says "A publication is a set of changes generated from a
table or a group of tables"... that seems wrong. It's
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/protocol-message-formats.html
Description:
On this page:
https://www.postgresql.org/docs/10/static/protocol-message-formats.html
The documentation says:
For a SELECT or CREATE TAB
The SQL standard sorts the SQLSTATE table in a first step according to
the *textual representation* of class (first two byte) and in a second
step to the textual representation of subclass (next 3 byte) - keeping
the text '(no subclass)' for subclass '000' on top. Obviously for some
people this
10 matches
Mail list logo