Giter Club home page Giter Club logo

jhashimoto0518 / jpug-doc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pgsql-jp/jpug-doc

0.0 0.0 0.0 384.24 MB

PostgreSQL database manual Japanese translation by Japan PostgreSQL Users Group

License: Other

Emacs Lisp 0.01% Makefile 0.72% Shell 0.19% C++ 2.32% C 85.30% PLpgSQL 5.86% Perl 2.42% Assembly 0.01% DTrace 0.01% XS 0.02% Python 0.12% Batchfile 0.02% Yacc 1.39% Lex 0.50% M4 0.25% Objective-C 0.53% Ruby 0.27% Roff 0.07% sed 0.01%

jpug-doc's People

Contributors

adunstan avatar akorotkov avatar alvherre avatar anarazel avatar bmomjian avatar feodor avatar harukat avatar hlinnaka avatar jconway avatar kenichirotanaka avatar kgrittn avatar koizumistr avatar macdice avatar masaofujii avatar mhagander avatar michaelpq avatar nmisch avatar noborus avatar petere avatar petergeoghegan avatar rhodiumtoad avatar robertmhaas avatar scrappy avatar sfrost avatar simonat2ndquadrant avatar smatsudajp avatar tatsuo-ishii avatar tglsfdc avatar tvondra avatar vadim4o avatar

Watchers

 avatar

jpug-doc's Issues

translate create_trigger

$ diffsgml ref/create_trigger.sgml -n
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml
index fb8996ac15..289dd1d9da 100644
--- a/doc/src/sgml/ref/create_trigger.sgml
+++ b/doc/src/sgml/ref/create_trigger.sgml
@@ -533,7 +533,7 @@ UPDATE OF column_name1 [, column_name2</
triggers to be created in all its existing partitions; and any partitions
created or attached later will contain an identical trigger, too.
If the partition is detached from its parent, the trigger is removed.

  • Triggers on partitioned tables may only be AFTER.
  • Triggers on partitioned tables may not be INSTEAD OF.
@@ -550,15 +550,6 @@ UPDATE OF column_name1 [, column_name2 - - <

ref/pg_ctl-ref.sgml

$ diffsgml ref/pg_ctl-ref.sgml
    <option>stop</option> mode shuts down the server that is running in
    the specified data directory.  Three different
    shutdown methods can be selected with the <option>-m</option>
-   option.  <quote>Smart</quote> mode waits for all active
-   clients to disconnect and any online backup to finish.
+   option.  <quote>Smart</quote> mode disallows new connections, then waits
+   for all existing clients to disconnect and any online backup to finish.
    If the server is in hot standby, recovery and streaming replication
    will be terminated once all clients have disconnected.
    <quot

翻訳するファイルを決める

git diff REL_12_4 REL_13_1 --numstat | grep doc/src/sgml/.*\.sgml > diff_numstat.dat
history | grep sort
sort -k 1n diff_numstat.dat > less_modified_file.dat
cat less_modified_file.dat
cat less_modified_file.dat | head -n 10
cat less_modified_file.dat | head -n 30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.