inappropriate word 'victim'

Started by Rajinder Yadavover 8 years ago9 messagesdocs
Jump to latest
#1Rajinder Yadav
devguy.ca@gmail.com

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html
Description:

I am sure this would be reword

"...while connected to the victim database."

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#2Joshua D. Drake
jd@commandprompt.com
In reply to: Rajinder Yadav (#1)
Re: inappropriate word 'victim'

On 10/03/2017 12:38 PM, devguy.ca@gmail.com wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html
Description:

I am sure this would be reword

"...while connected to the victim database."

Victim seems to be an appropriate word for what is happening but I guess
I can see an argument for "subject"

"while connected to the subject database" or something else.

JD

--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL Centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://pgconf.us
***** Unless otherwise stated, opinions are my own. *****

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#3David G. Johnston
david.g.johnston@gmail.com
In reply to: Joshua D. Drake (#2)
Re: inappropriate word 'victim'

On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake <jd@commandprompt.com>
wrote:

On 10/03/2017 12:38 PM, devguy.ca@gmail.com wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html
Description:

I am sure this would be reword

&quot;...while connected to the victim database.&quot;

Victim seems to be an appropriate word for what is happening but I guess I
can see an argument for "subject"

"while connected to the subject database" or something else.

​My first inclination was "target" though I suppose its not that much
closer to the supposed neutral position on this subjective scale than
"victim"​.

Subject didn't sound right either (marginally). Maybe "named" - "...while
connected to the named database."

Given that, aside from 3 release note instances, we never use the word
"victim" in the docs leads me to want to change this if just for internal
consistency.

David J.

#4Joshua D. Drake
jd@commandprompt.com
In reply to: David G. Johnston (#3)
Re: inappropriate word 'victim'

On 10/03/2017 01:28 PM, David G. Johnston wrote:

On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake <jd@commandprompt.com

​My first inclination was "target" though I suppose its not that much
closer to the supposed neutral position on this subjective scale than
"victim"​.

Subject didn't sound right either (marginally).  Maybe "named" -
"...while connected to the named database."

Given that, aside from 3 release note instances, we never use the word
"victim" in the docs leads me to want to change this if just for
internal consistency.

Named is probably the best middle ground.

JD

David J.

--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL Centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://pgconf.us
***** Unless otherwise stated, opinions are my own. *****

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#5Erik Rijkers
er@xs4all.nl
In reply to: Joshua D. Drake (#2)
Re: inappropriate word 'victim'

On 2017-10-03 21:53, Joshua D. Drake wrote:

On 10/03/2017 12:38 PM, devguy.ca@gmail.com wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html
Description:

I am sure this would be reword

&quot;...while connected to the victim database.&quot;

Victim seems to be an appropriate word for what is happening but I
guess I can see an argument for "subject"

"while connected to the subject database" or something else.

JD

I find 'victim database' admirably clear in conjunction with DROP
DATABASE.

Let's not change it.

Erik Rijkers

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#6Jonathan S. Katz
jkatz@postgresql.org
In reply to: Joshua D. Drake (#4)
Re: inappropriate word 'victim'

On Oct 3, 2017, at 4:29 PM, Joshua D. Drake <jd@commandprompt.com> wrote:

On 10/03/2017 01:28 PM, David G. Johnston wrote:

On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake <jd@commandprompt.com

​My first inclination was "target" though I suppose its not that much closer to the supposed neutral position on this subjective scale than "victim"​.
Subject didn't sound right either (marginally). Maybe "named" - "...while connected to the named database."
Given that, aside from 3 release note instances, we never use the word "victim" in the docs leads me to want to change this if just for internal consistency.

Named is probably the best middle ground.

If you click into the documentation for DROP DATABASE [https://www.postgresql.org/docs/current/static/sql-dropdatabase.html <https://www.postgresql.org/docs/current/static/sql-dropdatabase.html&gt;] you get:

"Also, it cannot be executed while you or anyone else are connected to the target database."

So there is a precedent for using “target” for this command.

Jonathan

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jonathan S. Katz (#6)
Re: inappropriate word 'victim'

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

So there is a precedent for using “target” for this command.

I wouldn't object to substituting "target" for "victim"; they're both
pretty specific, and there's little risk of misunderstanding which
database is meant. I don't know if that amounts to much of an
advance in political correctness, though.

I'm less happy about substituting vaguer words like "subject".
Particularly for non-native English speakers, that seems like it
could be confusing --- eg, if you know the distinction between
subject and object of a sentence, you might think it means the
DB where the command is being issued.

regards, tom lane

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#8Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#7)
Re: inappropriate word 'victim'

Tom, all,

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

So there is a precedent for using “target” for this command.

I wouldn't object to substituting "target" for "victim"; they're both
pretty specific, and there's little risk of misunderstanding which
database is meant. I don't know if that amounts to much of an
advance in political correctness, though.

Based on my review of what 'dict' returns for each, 'target' is
distinctly more appropriate. Both definitions in WordNet for
'victim' refer to a 'person' and other dictionaries definitely
refer to 'person or living creature' more than not.

The definitions for 'target', on the other hand, more generally refer to
a goal or something which is being shot at and the references to
'person' in those definitions appears more in the vein of "covering all
bases" as it relates to 'person, place, or thing'.

I'm less happy about substituting vaguer words like "subject".
Particularly for non-native English speakers, that seems like it
could be confusing --- eg, if you know the distinction between
subject and object of a sentence, you might think it means the
DB where the command is being issued.

Agreed.

Thanks!

Stephen

#9Oleg Bartunov
oleg@sai.msu.su
In reply to: Stephen Frost (#8)
Re: inappropriate word 'victim'

On Wed, Oct 4, 2017 at 3:17 AM, Stephen Frost <sfrost@snowman.net> wrote:

Tom, all,

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

So there is a precedent for using “target” for this command.

I wouldn't object to substituting "target" for "victim"; they're both
pretty specific, and there's little risk of misunderstanding which
database is meant. I don't know if that amounts to much of an
advance in political correctness, though.

Based on my review of what 'dict' returns for each, 'target' is
distinctly more appropriate. Both definitions in WordNet for
'victim' refer to a 'person' and other dictionaries definitely
refer to 'person or living creature' more than not.

As a non-native English speaker I associate 'victim' with a person, so
'target' sound more neutral and enough informative.

The definitions for 'target', on the other hand, more generally refer to
a goal or something which is being shot at and the references to
'person' in those definitions appears more in the vein of "covering all
bases" as it relates to 'person, place, or thing'.

I'm less happy about substituting vaguer words like "subject".
Particularly for non-native English speakers, that seems like it
could be confusing --- eg, if you know the distinction between
subject and object of a sentence, you might think it means the
DB where the command is being issued.

Agreed.

Thanks!

Stephen

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs